Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Sep 14, 2024
1 parent eb8425e commit 50c191d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installers/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt install -y --no-install-recommends \
libsdl2-2.0-0:i386

## download lastest 7zip for archives
RUN wget https://www.7-zip.org/a/7z2407-linux-x64.tar.xz \
&& tar xf 7z2407-linux-x64.tar.xz \
RUN wget https://www.7-zip.org/a/7z2408-linux-x64.tar.xz \
&& tar xf 7z2408-linux-x64.tar.xz \
&& mv 7zz /usr/local/bin \
&& rm -f 7z2407-linux-x64.tar.xz
&& rm -f 7z2408-linux-x64.tar.xz

0 comments on commit 50c191d

Please sign in to comment.