Skip to content

Commit

Permalink
docker-base-20240701-2
Browse files Browse the repository at this point in the history
  • Loading branch information
darodi committed Jul 1, 2024
1 parent f145474 commit 643ee32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV LC_ALL=C.UTF-8 \
LANGUAGE=en_US:en

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ENV PATH="/opt/venv/bin:$PATH"
RUN set -x && \
TEMP_PACKAGES=() && \
KEPT_PACKAGES=() && \
Expand Down Expand Up @@ -83,7 +83,7 @@ ENV LC_ALL=C.UTF-8 \
LANGUAGE=en_US:en

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ENV PATH="/opt/venv/bin:$PATH"
RUN set -x && \
TEMP_PACKAGES=() && \
KEPT_PACKAGES=() && \
Expand Down

0 comments on commit 643ee32

Please sign in to comment.