ls to examine files

This commit is contained in:
mmcwilliams 2021-11-10 00:07:22 -05:00
parent 5606e7635c
commit 6bca130051
1 changed files with 1 additions and 0 deletions

View File

@ -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 \