Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Dec 30, 2023
1 parent 3e489ae commit 48248d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steamcmd/python39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ RUN apt update -y \
dotnet-sdk-8.0

## Python 3.9
RUN wget https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tar.xz
RUN tar -xf Python-3.9.18.tar.xz
RUN wget https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tar.gz
RUN tar -xf Python-3.9.18.tar.gz
RUN mv Python-3.9.18 /usr/local/share/python3.9
RUN cd /usr/local/share/python3.9
RUN ./configure --enable-optimizations --enable-shared
Expand Down

0 comments on commit 48248d9

Please sign in to comment.