one layer Dockerfiles

This commit is contained in:
Astound 2024-05-06 09:11:54 +08:00
parent f42589d1ed
commit b385d1e7ba
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56
2 changed files with 8 additions and 10 deletions

View File

@ -4,11 +4,10 @@ ADD hyperbola-bootstrap-i686.tar.gz /
RUN ldconfig
RUN pacman-key --init && pacman-key --populate hyperbola
RUN pacman -Suu --noconfirm --noprogressbar
RUN pacman -Scc --noconfirm
RUN pacman-key --init \
&& pacman-key --populate hyperbola \
&& pacman -Syuu --noconfirm --noprogressbar \
&& pacman -Scc --noconfirm
ENV LANG en_US.UTF-8

View File

@ -4,11 +4,10 @@ ADD hyperbola-bootstrap-x86_64.tar.gz /
RUN ldconfig
RUN pacman-key --init && pacman-key --populate hyperbola
RUN pacman -Suu --noconfirm --noprogressbar
RUN pacman -Scc --noconfirm
RUN pacman-key --init \
&& pacman-key --populate hyperbola \
&& pacman -Syuu --noconfirm --noprogressbar \
&& pacman -Scc --noconfirm
ENV LANG en_US.UTF-8