Skip to content

Commit

Permalink
Fix Docker compile issue due to missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-taffe committed May 19, 2018
1 parent 3f03f2d commit 5c37477
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
@@ -1,6 +1,6 @@
FROM alpine

ADD . .
RUN apk update && apk add gcc make openssl libressl-dev musl-dev && make
RUN apk update && apk add gcc make openssl libressl-dev musl-dev bsd-compat-headers && make

ENTRYPOINT ./restrictions-crack "$hash" "$salt"

0 comments on commit 5c37477

Please sign in to comment.