clone boost libs
This commit is contained in:
parent
7b054bfd7d
commit
379704e791
|
@ -18,5 +18,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
||||||
WORKDIR /usr/src/
|
WORKDIR /usr/src/
|
||||||
|
|
||||||
|
RUN cd /usr/src/ && git clone --recurse-submodules https://github.com/emscripten-ports/boost.git emscripten-boost
|
||||||
|
|
||||||
ENV POVRAY_VERSION=3.7-stable
|
ENV POVRAY_VERSION=3.7-stable
|
||||||
RUN cd /usr/src/ && git clone --depth 1 --branch $POVRAY_VERSION https://github.com/POV-Ray/povray povray
|
RUN cd /usr/src/ && git clone --depth 1 --branch $POVRAY_VERSION https://github.com/POV-Ray/povray povray
|
Loading…
Reference in New Issue