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 c87fd09 commit 60f616aCopy full SHA for 60f616a
Dockerfile
@@ -22,7 +22,8 @@ RUN echo "**** install Python 3.12 ****" && \
22
apt-get install -y \
23
python3.12 \
24
python3.12-dev \
25
- python3.12-venv && \
+ python3.12-venv \
26
+ wget && \
27
echo "**** install yq ****" && \
28
YQ_VERSION="v4.43.1" && \
29
wget -O /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" && \
0 commit comments