apt update

This commit is contained in:
Darien Weems 2025-08-26 16:00:49 -04:00
parent 1655ad0b15
commit c47a21c1c8

View File

@ -23,6 +23,7 @@ RUN echo "**** install Python 3.12 ****" && \
python3.12 \
python3.12-dev \
python3.12-venv && \
apt update && \
apt install yq -y && \
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 && \
update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1 && \