diff --git a/povray_wasm/Dockerfile b/povray_wasm/Dockerfile index a93832b..41e4b1c 100644 --- a/povray_wasm/Dockerfile +++ b/povray_wasm/Dockerfile @@ -18,7 +18,5 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \ WORKDIR /usr/src/ -RUN cd /usr/src/ && git clone --recursive git@github.com:emscripten-ports/boost.git emscripten-boost - ENV POVRAY_VERSION=3.7-stable RUN cd /usr/src/ && git clone --depth 1 --branch $POVRAY_VERSION https://github.com/POV-Ray/povray povray \ No newline at end of file