mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add space
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
78fe021e47
commit
2e4d3266cf
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue