mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Add some statements to debug gentoo build fail
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
bbf5ba0d0f
commit
b48f4a87cd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue