Skip to content

Commit 1655ad0

Browse files
committed
add yq to dockerfile
1 parent 62ffe72 commit 1655ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN echo "**** install Python 3.12 ****" && \
2222
apt-get install -y \
2323
python3.12 \
2424
python3.12-dev \
25-
python3.12-venv \
26-
yq && \
25+
python3.12-venv && \
26+
apt install yq -y && \
2727
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 && \
2828
update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1 && \
2929
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.12 && \

0 commit comments

Comments
 (0)