We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495acd4 commit 2f3cee3Copy full SHA for 2f3cee3
.devcontainer/Dockerfile
@@ -1,9 +1,9 @@
1
+FROM archlinux:latest
2
+
3
LABEL org.opencontainers.image.source=https://github.com/d-biehl/robotcode
4
LABEL org.opencontainers.image.description="RobotCode Development Image"
5
LABEL org.opencontainers.image.licenses=Apache-2.0
6
-FROM archlinux:latest
-
7
# Update the repositories
8
RUN pacman -Syy
9
0 commit comments