Skip to content

Commit

Permalink
fix(*:skip) Fix Legacy Key Value Format in Ubuntu Dockerfile (#4090)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <[email protected]>
  • Loading branch information
Robert-Steiner authored Aug 29, 2024
1 parent 0ea6c51 commit b817b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/base/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update \
# Install PyEnv and Python
ARG PYTHON_VERSION=3.11
ENV PYENV_ROOT=/root/.pyenv
ENV PATH $PYENV_ROOT/bin:$PATH
ENV PATH=$PYENV_ROOT/bin:$PATH
# https:/hadolint/hadolint/wiki/DL4006
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -L https:/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
Expand Down

0 comments on commit b817b3b

Please sign in to comment.