Skip to content

Commit

Permalink
Update Docker SDL version to 2.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vsonnier committed Aug 3, 2024
1 parent a8210a2 commit 8e0aa3c
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 @@ -39,10 +39,10 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit 8e0aa3c

Please sign in to comment.