modified: container-builder/ubuntu-fatboy.Dockerfile
/ build-push-image (push) Successful in 10m26s

modified:   devops/Dockerfile
This commit is contained in:
Márcio Fernandes
2026-07-17 23:54:53 +01:00
parent d9a1d299ea
commit a4eda8f9aa
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ RUN python3 -m venv /usr/local/pyenv \
&& /usr/local/pyenv/bin/pip install --upgrade pip \
&& /usr/local/pyenv/bin/pip install pyyaml
# Make virtualenv the default Python
#ENV PATH="/usr/local/pyenv/bin:${PATH}"
ENV PATH="/usr/local/pyenv/bin:${PATH}"
# --- Install yq ---
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 \