mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
Merge pull request #1154 from stilor/final-fixes
Archlinux: update keyring before packages
This commit is contained in:
commit
cc6da356cd
@ -1,6 +1,8 @@
|
|||||||
FROM base/archlinux:latest
|
FROM base/archlinux:latest
|
||||||
ARG CTNG_UID
|
ARG CTNG_UID
|
||||||
ARG CTNG_GID
|
ARG CTNG_GID
|
||||||
|
RUN pacman -Sy 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
|
||||||
|
Loading…
Reference in New Issue
Block a user