diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ FROM archlinux
-RUN pacman -Syu --noconfirm
+RUN pacman -Sy --noconfirm
RUN pacman -S docker --noconfirm
|
index : arch-all-the-way-down | ||
Create arbitrarily nested Docker containers! |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Dockerfile | 2 |
@@ -1,6 +1,6 @@ FROM archlinux
-RUN pacman -Syu --noconfirm
+RUN pacman -Sy --noconfirm
RUN pacman -S docker --noconfirm
|