mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-22 08:50:03 +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:
@ -1,8 +1,7 @@
|
|||||||
FROM base/archlinux:latest
|
FROM archlinux/base:latest
|
||||||
ARG CTNG_UID
|
ARG CTNG_UID
|
||||||
ARG CTNG_GID
|
ARG CTNG_GID
|
||||||
RUN pacman -Sy archlinux-keyring
|
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||||
RUN pacman -Su
|
|
||||||
RUN pacman -Syu --noconfirm
|
RUN pacman -Syu --noconfirm
|
||||||
RUN pacman -S --noconfirm base-devel git help2man python unzip wget audit
|
RUN pacman -S --noconfirm base-devel git help2man python unzip wget audit
|
||||||
RUN groupadd -g $CTNG_GID ctng
|
RUN groupadd -g $CTNG_GID ctng
|
||||||
|
Reference in New Issue
Block a user