Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettre committed Jul 27, 2024
1 parent 41d6d97 commit 353fd7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN pip install --upgrade pip setuptools wheel && \
--python-version 3.9 \
--only-binary=:all: --upgrade \
-r requirements.txt -t /tmp/python && \
pip install cffi --no-binary cffi -t /tmp/python && \
pip install cryptography --no-binary cryptography -t /tmp/python && \
pip install . -t /tmp/python && \
cd /tmp/python && \
find . -type d -name "__pycache__" -exec rm -rf {} + && \
Expand Down

0 comments on commit 353fd7c

Please sign in to comment.