Skip to content

Commit

Permalink
fix cryptography package installation in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjixx committed Nov 19, 2018
1 parent e25fc32 commit dad71b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ RUN apk add --no-cache \
sshpass \
wget

RUN pip install goodplay
RUN pip install --upgrade pip && \
pip install goodplay

0 comments on commit dad71b2

Please sign in to comment.