modified: devops/Dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user