Let this statement pass...

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-08-25 14:07:20 +02:00
parent b48f4a87cd
commit 38a72afd97

View file

@ -4,7 +4,7 @@ FROM gentoo/portage:latest as portage
# image is based on stage3-x86
FROM gentoo/stage3-x86:latest
RUN [ -e /var/lib/docker/ ] && ls /var/lib/docker/
RUN [ -e /var/lib/docker/ ] && ls -la /var/lib/docker/ || true
RUN ls -la
# copy the entire portage volume in