From 6bca13005142f031a5be63d245777ec3b9edc708 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Wed, 10 Nov 2021 00:07:22 -0500 Subject: [PATCH] ls to examine files --- povray_wasm/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/povray_wasm/Dockerfile b/povray_wasm/Dockerfile index 8d888b1..d53a7cf 100644 --- a/povray_wasm/Dockerfile +++ b/povray_wasm/Dockerfile @@ -19,6 +19,7 @@ RUN cd /opt/boost && git submodule update --init --recursive RUN mkdir -p /opt/libboost_build RUN mkdir -p /opt/libboost +RUN cd /opt/boost && ls RUN cd /opt/boost && ./bootstrap.sh --with-libraries=system,date_time,filesystem,thread RUN cd /opt/boost && ./b2 -j4 toolset=emscripten \