Skip to content

Commit 2f3cee3

Browse files
committed
chore: correct docker file
1 parent 495acd4 commit 2f3cee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
FROM archlinux:latest
2+
13
LABEL org.opencontainers.image.source=https://github.com/d-biehl/robotcode
24
LABEL org.opencontainers.image.description="RobotCode Development Image"
35
LABEL org.opencontainers.image.licenses=Apache-2.0
46

5-
FROM archlinux:latest
6-
77
# Update the repositories
88
RUN pacman -Syy
99

0 commit comments

Comments
 (0)