mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-23 02:13:38 +00:00
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>
This commit is contained in:
parent
cc6da356cd
commit
a0fdc36be6
@ -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