Skip to content

Commit

Permalink
Dockerfile: add zlib1g-dev to container
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrushnic committed Jun 4, 2016
1 parent d5e8c1c commit 2d9df53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -17,4 +17,5 @@ RUN apt-get update && apt-get install -y \
make \
g++ \
wget \
liblzma-dev
liblzma-dev \
zlib1g-dev

0 comments on commit 2d9df53

Please sign in to comment.