ls to examine files
This commit is contained in:
parent
5606e7635c
commit
6bca130051
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue