mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
Archlinux: update keyring before packages
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
84854dc9b0
commit
27423505bf
@ -1,6 +1,8 @@
|
||||
FROM base/archlinux:latest
|
||||
ARG CTNG_UID
|
||||
ARG CTNG_GID
|
||||
RUN pacman -Sy archlinux-keyring
|
||||
RUN pacman -Su
|
||||
RUN pacman -Syu --noconfirm
|
||||
RUN pacman -S --noconfirm base-devel git help2man python unzip wget audit
|
||||
RUN groupadd -g $CTNG_GID ctng
|
||||
|
Loading…
Reference in New Issue
Block a user