Skip to content

Commit

Permalink
Fix: Add python alias to dockerfile-deno (#1216)
Browse files Browse the repository at this point in the history
[deno] python3 alias is not set correctly
Fixes #1214

Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria authored Jul 5, 2024
1 parent beaba8c commit cc2d1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/Dockerfile-deno
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN set -e; \
python${PYTHON_VERSION} python${PYTHON_VERSION}-devel python${PYTHON_VERSION}-pip ruby ruby-devel \
pcre2 which tar gzip zip unzip bzip2 sudo ncurses sqlite-devel dotnet-sdk-8.0 \
&& alternatives --install /usr/bin/python3 python /usr/bin/python${PYTHON_VERSION} 1 \
&& alternatives --install /usr/bin/python3 python3 /usr/bin/python${PYTHON_VERSION} 1 \
&& python${PYTHON_VERSION} --version \
&& python${PYTHON_VERSION} -m pip install --no-cache-dir --upgrade pip virtualenv \
&& python${PYTHON_VERSION} -m pip install --no-cache-dir --user pipenv poetry blint \
Expand Down

0 comments on commit cc2d1bd

Please sign in to comment.