Investigate state of /tmp
All checks were successful
/ container (push) Successful in 11m38s

This commit is contained in:
Patrik Lundin 2025-02-27 15:34:58 +01:00
parent 98c759557e
commit 5963b0b2d9
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -47,6 +47,8 @@ RUN set -e && \
cd $SLASHSRC && \
# use specific commit for reproducibility
git checkout a06224b9c6087349c511135f6011a3d33aacf934 && \
ls -ld /tmp && \
ls -la /tmp && \
./bootstrap && \
make check && \
make install && \