Skip to content

Commit c47a21c

Browse files
committed
apt update
1 parent 1655ad0 commit c47a21c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN echo "**** install Python 3.12 ****" && \
2323
python3.12 \
2424
python3.12-dev \
2525
python3.12-venv && \
26+
apt update && \
2627
apt install yq -y && \
2728
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 && \
2829
update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1 && \

0 commit comments

Comments
 (0)