We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1655ad0 commit c47a21cCopy full SHA for c47a21c
Dockerfile
@@ -23,6 +23,7 @@ RUN echo "**** install Python 3.12 ****" && \
23
python3.12 \
24
python3.12-dev \
25
python3.12-venv && \
26
+ apt update && \
27
apt install yq -y && \
28
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 && \
29
update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1 && \
0 commit comments