diff options
author | Anthony Wang | 2020-07-29 18:52:16 -0500 |
---|---|---|
committer | GitHub | 2020-07-29 18:52:16 -0500 |
commit | fe5b7269ad8a7f5e517acc00eff86da32e73edcd (patch) | |
tree | 928e8b2f7c75f8b018ff5d8f0879cbcc43197972 | |
parent | da1893b3156f65c693c0e467817579a80fa86720 (diff) |
Update Dockerfile
-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
|