ls first
This commit is contained in:
parent
f22c904379
commit
daa546e241
|
@ -16,7 +16,7 @@ RUN cd /opt && wget https://github.com/boostorg/boost/archive/refs/tags/boost-1.
|
||||||
RUN cd /opt && tar -xf boost-1.37.0.tar.gz
|
RUN cd /opt && tar -xf boost-1.37.0.tar.gz
|
||||||
|
|
||||||
RUN mkdir -p /opt/libboost
|
RUN mkdir -p /opt/libboost
|
||||||
|
RUN cd /opt && ls
|
||||||
RUN cd /opt/boost-1.37.0 && emconfigure ./configure --prefix=/opt/libboost
|
RUN cd /opt/boost-1.37.0 && emconfigure ./configure --prefix=/opt/libboost
|
||||||
|
|
||||||
RUN cd /opt/boost-1.37.0 && emmake make install -j CPPFLAGS="-s USE_PTHREADS=1" cxxflags="-s USE_PTHREADS=1"
|
RUN cd /opt/boost-1.37.0 && emmake make install -j CPPFLAGS="-s USE_PTHREADS=1" cxxflags="-s USE_PTHREADS=1"
|
||||||
|
|
Loading…
Reference in New Issue