Add space

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-09-03 23:34:29 +02:00
parent 78fe021e47
commit 2e4d3266cf

View file

@ -4,7 +4,7 @@ FROM gentoo/stage3-x86:latest
# copy the entire portage volume in # copy the entire portage volume in
COPY --from=gentoo/portage:latest /var/db/repos/gentoo /var/db/repos/gentoo COPY --from=gentoo/portage:latest /var/db/repos/gentoo /var/db/repos/gentoo
RUN (CNT=60 ; while [[ ${CNT} -ne 0 ]] ; do echo "RUNNING (${CNT})" ; sleep 60 ; ((CNT--)) ; done ) & \ RUN ( CNT=60 ; while [[ ${CNT} -ne 0 ]] ; do echo "RUNNING (${CNT})" ; sleep 60 ; ((CNT--)) ; done ) & \
emerge -qv \ emerge -qv \
dev-util/cmake \ dev-util/cmake \
dev-vcs/git \ dev-vcs/git \