Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
try again
  • Loading branch information
slopp authored Oct 16, 2023
1 parent 9eb5158 commit 1113dd1
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 @@ -8,7 +8,7 @@ RUN apt install -y default-jre

# libcrypto fix oct 2023; should be able to remove sometime after that
RUN python -m pip uninstall oscrypto -y
RUN python -m pip install oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437ed24257895ae1edd9e503cfb352e635a8
RUN python -m pip install git+https://github.com/wbond/oscrypto.git@d5f3437ed24257895ae1edd9e503cfb352e635a8


ADD . .
Expand Down

0 comments on commit 1113dd1

Please sign in to comment.