Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
fixed installing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Sep 17, 2024
1 parent c5f94ac commit 52a9598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /usr/src/app
RUN apt update && apt install -y gcc

# Copy installed Python packages from builder stage
COPY --from=builder /opt/pypy/lib/pypy3.10/site-packages /opt/pypy/lib/pypy3.10/site-packages
COPY --from=builder /opt/pypy/lib/pypy3.10/ /opt/pypy/lib/pypy3.10/

# Link pypy3 to python
RUN ln -s /usr/local/bin/pypy3 /usr/local/bin/python
Expand Down

0 comments on commit 52a9598

Please sign in to comment.