Skip to content

Commit 62ffe72

Browse files
committed
add yq to dockerfile
1 parent 92a4649 commit 62ffe72

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+
yq && \
2627
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 && \
2728
update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1 && \
2829
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.12 && \

0 commit comments

Comments
 (0)