Skip to content

Commit

Permalink
ENV PATH="/opt/venv/bin:$PATH"
Browse files Browse the repository at this point in the history
  • Loading branch information
axu2 authored Sep 29, 2024
1 parent e23d598 commit 550bf4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ENV LC_ALL=C.UTF-8 \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

COPY requirements.txt /opt/kcc/
ENV PATH="/opt/venv/bin:$PATH"

RUN set -x && \
TEMP_PACKAGES=() && \
Expand Down

0 comments on commit 550bf4a

Please sign in to comment.