Skip to content

Commit

Permalink
Merge pull request #35 from Nitrokey/oscrypto-wa
Browse files Browse the repository at this point in the history
workaround: oscrypto inside venv to properly run nitropy
  • Loading branch information
daringer authored Nov 24, 2023
2 parents f2b1778 + 6836c33 commit d6e0b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN python3 -m venv /venv
RUN /venv/bin/pip install --upgrade pip --progress-bar off
RUN /venv/bin/pip install --requirement requirements.txt --progress-bar off
RUN /venv/bin/pip install --requirement dev-requirements.txt --progress-bar off
RUN /venv/bin/pip install --force "oscrypto @ git+https://github.com/wbond/oscrypto.git@1547f535001ba568b239b8797465536759c742a3" --progress-bar off

COPY entrypoint /

Expand Down

0 comments on commit d6e0b41

Please sign in to comment.