Use ssh form

This commit is contained in:
mmcwilliams 2021-10-17 00:52:06 -04:00
parent 0935d7fcbc
commit 12ecfec44b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
WORKDIR /usr/src/
RUN cd /usr/src/ && git clone --recurse-submodules https://github.com/emscripten-ports/boost.git emscripten-boost
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