one layer Dockerfiles
This commit is contained in:
parent
f42589d1ed
commit
b385d1e7ba
@ -4,11 +4,10 @@ ADD hyperbola-bootstrap-i686.tar.gz /
|
|||||||
|
|
||||||
RUN ldconfig
|
RUN ldconfig
|
||||||
|
|
||||||
RUN pacman-key --init && pacman-key --populate hyperbola
|
RUN pacman-key --init \
|
||||||
|
&& pacman-key --populate hyperbola \
|
||||||
RUN pacman -Suu --noconfirm --noprogressbar
|
&& pacman -Syuu --noconfirm --noprogressbar \
|
||||||
|
&& pacman -Scc --noconfirm
|
||||||
RUN pacman -Scc --noconfirm
|
|
||||||
|
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
||||||
|
@ -4,11 +4,10 @@ ADD hyperbola-bootstrap-x86_64.tar.gz /
|
|||||||
|
|
||||||
RUN ldconfig
|
RUN ldconfig
|
||||||
|
|
||||||
RUN pacman-key --init && pacman-key --populate hyperbola
|
RUN pacman-key --init \
|
||||||
|
&& pacman-key --populate hyperbola \
|
||||||
RUN pacman -Suu --noconfirm --noprogressbar
|
&& pacman -Syuu --noconfirm --noprogressbar \
|
||||||
|
&& pacman -Scc --noconfirm
|
||||||
RUN pacman -Scc --noconfirm
|
|
||||||
|
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user