Skip to content

Commit

Permalink
Install pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Bentley committed Apr 5, 2017
1 parent c8cb5dc commit fc00a92
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 @@ -3,7 +3,7 @@ MAINTAINER Matthew Bentley "[email protected]"

ENV USER "Matthew Bentley"

RUN apt update && apt install -y libssl-dev openssl
RUN apt update && apt install -y libssl-dev openssl pkg-config

RUN mkdir /hackcwru/
ADD . /hackcwru/
Expand Down

0 comments on commit fc00a92

Please sign in to comment.