diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-28 09:27:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-28 09:27:18 -0800 |
commit | f208f0f782586cd3e2e1c897cf631ad5a8f9ba93 (patch) | |
tree | 8772290783488808c071af2d7b96c0fb26dd6134 /testing | |
parent | cc6da356cd0b30f37b7216703f552ba65a024574 (diff) | |
parent | a0fdc36be6f7fa520bb19965ff9f335c8bcd544c (diff) | |
download | crosstool-ng-f208f0f782586cd3e2e1c897cf631ad5a8f9ba93.tar.gz crosstool-ng-f208f0f782586cd3e2e1c897cf631ad5a8f9ba93.tar.bz2 crosstool-ng-f208f0f782586cd3e2e1c897cf631ad5a8f9ba93.zip |
Merge pull request #1155 from stilor/archlinux2
Seems like ArchLinux renamed its base on dockerhub
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 |