diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-28 09:24:57 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-28 09:24:57 -0800 |
commit | a0fdc36be6f7fa520bb19965ff9f335c8bcd544c (patch) | |
tree | 8772290783488808c071af2d7b96c0fb26dd6134 /testing | |
parent | cc6da356cd0b30f37b7216703f552ba65a024574 (diff) | |
download | crosstool-ng-a0fdc36be6f7fa520bb19965ff9f335c8bcd544c.tar.gz crosstool-ng-a0fdc36be6f7fa520bb19965ff9f335c8bcd544c.tar.bz2 crosstool-ng-a0fdc36be6f7fa520bb19965ff9f335c8bcd544c.zip |
Seems like ArchLinux renamed its base on dockerhub
... awhile ago; I had it cached on one machine.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'testing')
-rw-r--r-- | testing/docker/archlinux/Dockerfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile index 80881d87..2298abd8 100644 --- a/testing/docker/archlinux/Dockerfile +++ b/testing/docker/archlinux/Dockerfile @@ -1,8 +1,7 @@ -FROM base/archlinux:latest +FROM archlinux/base:latest ARG CTNG_UID ARG CTNG_GID -RUN pacman -Sy archlinux-keyring -RUN pacman -Su +RUN pacman -Sy --noconfirm archlinux-keyring RUN pacman -Syu --noconfirm RUN pacman -S --noconfirm base-devel git help2man python unzip wget audit RUN groupadd -g $CTNG_GID ctng |