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 62ffe72 commit 1655ad0Copy full SHA for 1655ad0
Dockerfile
@@ -22,8 +22,8 @@ RUN echo "**** install Python 3.12 ****" && \
22
apt-get install -y \
23
python3.12 \
24
python3.12-dev \
25
- python3.12-venv \
26
- yq && \
+ python3.12-venv && \
+ apt install yq -y && \
27
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 && \
28
update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1 && \
29
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.12 && \
0 commit comments