Skip to content

Commit

Permalink
change to altinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
birdhackor authored Jun 20, 2024
1 parent 02051f3 commit f183d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN tar -xzvf /tmp/Python-3.11.9.tgz -C /tmp
WORKDIR /tmp/Python-3.11.9

RUN ./configure --prefix=/usr/local/python3.11 --with-openssl=/usr/local/ssl --enable-optimizations --with-zlib --enable-shared && \
make install && make clean
make altinstall && make clean

RUN ln -s /usr/local/python3.11/bin/python3 /usr/bin/python3

Expand Down

0 comments on commit f183d3d

Please sign in to comment.