Skip to content

Commit

Permalink
change make altinstall to make install
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaszdunov committed Jun 1, 2024
1 parent e5907ef commit 1ec3993
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 @@ -18,7 +18,7 @@ RUN apk add --no-cache \
&& tar xzf Python-3.12.3.tgz \
&& cd Python-3.12.3 \
&& ./configure --enable-optimizations \
&& make altinstall \
&& make install \
&& ln -s /usr/local/bin/python3.12 /usr/bin/python3 \
&& ln -s /usr/local/bin/pip3.12 /usr/bin/pip3 \
&& apk del build-base \
Expand Down

0 comments on commit 1ec3993

Please sign in to comment.