Skip to content

Commit 60f616a

Browse files
committed
wget install
1 parent c87fd09 commit 60f616a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ RUN echo "**** install Python 3.12 ****" && \
2222
apt-get install -y \
2323
python3.12 \
2424
python3.12-dev \
25-
python3.12-venv && \
25+
python3.12-venv \
26+
wget && \
2627
echo "**** install yq ****" && \
2728
YQ_VERSION="v4.43.1" && \
2829
wget -O /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" && \

0 commit comments

Comments
 (0)