Skip to content

Commit

Permalink
Merge pull request #77 from rhettre/feature/release-workflow
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
rhettre authored Jul 27, 2024
2 parents 7e8f0db + 353fd7c commit 4560717
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 4560717

Please sign in to comment.