wget install

This commit is contained in:
Darien Weems 2025-08-26 16:12:05 -04:00
parent c87fd09992
commit 60f616a906

View File

@ -22,7 +22,8 @@ RUN echo "**** install Python 3.12 ****" && \
apt-get install -y \
python3.12 \
python3.12-dev \
python3.12-venv && \
python3.12-venv \
wget && \
echo "**** install yq ****" && \
YQ_VERSION="v4.43.1" && \
wget -O /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" && \