Skip to content

Commit

Permalink
hotfix2 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
sn1ce authored Dec 18, 2023
1 parent 885ca08 commit 99c0deb
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 @@ -250,6 +250,9 @@ RUN if [[ ! -z ${OPENSSH_VERSION} ]] ; then \
ssh -V; \
fi

# upgrade pip
RUN pip3 install --upgrade pip

#install common requirements
RUN pip3 install \
cryptography \
Expand Down

0 comments on commit 99c0deb

Please sign in to comment.