Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bladehstream authored Feb 23, 2024
1 parent 9e3e25f commit 8d8e3e2
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 @@ -9,7 +9,7 @@ ARG BUILD_ARCH

COPY requirements.txt ./
RUN apk add --no-cache python3-dev py3-pip g++
RUN pip install --upgrade pycryptodomex==3.19.0 --no-cache-dir -r requirements.txt
RUN pip install --upgrade pycryptodomex~=3.19.0 --no-cache-dir -r requirements.txt

COPY SunGather/ /
COPY SunGather/exports/ /exports
Expand Down

0 comments on commit 8d8e3e2

Please sign in to comment.