mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
Dockerfile: initialise and update archlinux keyring before package installations
This commit is contained in:
parent
d2ec51b364
commit
9013df51a6
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
FROM archlinux:base-devel
|
||||
|
||||
RUN pacman -Syu --noconfirm \
|
||||
RUN pacman-key --init && \
|
||||
pacman -Sy --noconfirm archlinux-keyring && \
|
||||
pacman -Su --noconfirm \
|
||||
python python-pip \
|
||||
arch-install-scripts rsync \
|
||||
aarch64-linux-gnu-gcc aarch64-linux-gnu-binutils aarch64-linux-gnu-glibc aarch64-linux-gnu-linux-api-headers \
|
||||
|
|
Loading…
Add table
Reference in a new issue