Add some statements to debug gentoo build fail

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

View file

@ -4,6 +4,9 @@ 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 ls -la
# copy the entire portage volume in
COPY --from=portage /usr/portage /usr/portage