Skip to content

Commit

Permalink
Dockerfile : update SDL version to 2.30.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vsonnier committed Oct 2, 2024
1 parent 176ca17 commit 86a0939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Packaging/AppImage/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

RUN cd /tmp \
&& wget https://www.libsdl.org/release/SDL2-2.30.7.tar.gz \
&& tar -xzf SDL2-2.30.7.tar.gz \
&& rm SDL2-2.30.7.tar.gz \
&& cd /tmp/SDL2-2.30.7 \
&& wget https://www.libsdl.org/release/SDL2-2.30.8.tar.gz \
&& tar -xzf SDL2-2.30.8.tar.gz \
&& rm SDL2-2.30.8.tar.gz \
&& cd /tmp/SDL2-2.30.8 \
&& ./configure \
&& make -j \
&& make install
Expand Down

0 comments on commit 86a0939

Please sign in to comment.