mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-22 18:10:56 +00:00
Merge pull request #1155 from stilor/archlinux2
Seems like ArchLinux renamed its base on dockerhub
This commit is contained in:
commit
f208f0f782
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user