reordered commands
Some checks failed
CI / Build arch-builder docker images (push) Failing after 2m33s
Some checks failed
CI / Build arch-builder docker images (push) Failing after 2m33s
This commit is contained in:
@@ -4,29 +4,7 @@ COPY mirrorlist /etc/pacman.d/mirrolist
|
||||
|
||||
RUN pacman-key --refresh-keys
|
||||
RUN pacman -Syu --noconfirm
|
||||
RUN pacman -S --noconfirm --needed \
|
||||
git \
|
||||
rustup \
|
||||
cmake \
|
||||
base-devel \
|
||||
meson \
|
||||
bc \
|
||||
cpio \
|
||||
gettext \
|
||||
libelf \
|
||||
pahole \
|
||||
perl \
|
||||
python \
|
||||
tar \
|
||||
xz \
|
||||
graphviz \
|
||||
imagemagick \
|
||||
python-sphinx \
|
||||
python-yaml \
|
||||
openssh \
|
||||
texlive-latexextra \
|
||||
ccache \
|
||||
jdk21-openjdk
|
||||
RUN pacman -S --noconfirm --needed curl rustup
|
||||
|
||||
RUN mkdir downloads
|
||||
RUN curl --retry 3 https://gitea.woggioni.net/api/packages/woggioni/generic/aarch64-unknown-linux-musl-gcc/13.2.0/aarch64-unknown-linux-musl-gcc-13.2.0-1-x86_64.pkg.tar.zst \
|
||||
@@ -70,4 +48,36 @@ RUN rustup target add \
|
||||
RUN mkdir .cargo
|
||||
COPY config.toml .cargo/
|
||||
|
||||
RUN pacman -S --noconfirm --needed \
|
||||
git \
|
||||
cmake \
|
||||
base-devel \
|
||||
meson \
|
||||
bc \
|
||||
cpio \
|
||||
gettext \
|
||||
libelf \
|
||||
pahole \
|
||||
perl \
|
||||
python \
|
||||
python-pip \
|
||||
python-build \
|
||||
python-wheel \
|
||||
maven \
|
||||
tar \
|
||||
xz \
|
||||
graphviz \
|
||||
imagemagick \
|
||||
python-sphinx \
|
||||
python-yaml \
|
||||
openssh \
|
||||
texlive-latexextra \
|
||||
ccache \
|
||||
lzop \
|
||||
lz4 \
|
||||
bzip2 \
|
||||
gzip \
|
||||
upx \
|
||||
jdk21-openjdk
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user