Skip to content

Commit

Permalink
Update to the latest version of Emscripten, CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Oct 1, 2024
1 parent e28fb69 commit 619f117
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.59 && \
./emsdk activate 3.1.59
./emsdk install 3.1.68 && \
./emsdk activate 3.1.68

# Grabbing CMake.
RUN wget https://github.com/Kitware/CMake/releases/download/v3.29.2/cmake-3.29.2-linux-x86_64.sh -O cmake_install.sh && \
RUN wget https://github.com/Kitware/CMake/releases/download/v3.30.4/cmake-3.30.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 619f117

Please sign in to comment.