Skip to content

Commit

Permalink
add separate cryptg install
Browse files Browse the repository at this point in the history
  • Loading branch information
avibn committed Dec 8, 2024
1 parent 5d08b72 commit 0ab482c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ RUN apt-get update && apt-get install -y \
# Upgrade setuptools
RUN pip install --upgrade setuptools

# Install cryptg and its dependencies separately
RUN pip install --no-cache-dir cryptg

# Install packages from requirements.txt
RUN pip install --no-cache-dir -r requirements.txt

Expand Down

0 comments on commit 0ab482c

Please sign in to comment.