Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 14, 2024
1 parent eb5437f commit 996219d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ WORKDIR /hamframe
# Read the Python version into an ARG
COPY --from=stage-1 /python_version /python_version
ARG PYTHON_VERSION
RUN cat /python_version
RUN PYTHON_VERSION=$(cat /python_version)

COPY --from=stage-2 /usr/local/lib/python${PYTHON_VERSION}/site-packages /usr/local/lib/python${PYTHON_VERSION}/site-packages
Expand Down

0 comments on commit 996219d

Please sign in to comment.