Skip to content

Commit

Permalink
Updated the default versions for emscripten, cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jul 17, 2023
1 parent fd75359 commit 9a901d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ RUN apt-get update && \
# Grabbing Emscripten.
RUN git clone https://github.com/emscripten-core/emsdk.git && \
cd emsdk && \
./emsdk install 3.1.25 && \
./emsdk activate 3.1.25
./emsdk install 3.1.43 && \
./emsdk activate 3.1.43

# Grabbing CMake.
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-linux-x86_64.sh -O cmake_install.sh && \
RUN wget https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-linux-x86_64.sh -O cmake_install.sh && \
mkdir cmake && \
bash cmake_install.sh --prefix=cmake --skip-license && \
rm cmake_install.sh
Expand Down

0 comments on commit 9a901d9

Please sign in to comment.