Commit 697ff8b3 authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

Docker: Use dev versions of zlib and tinfo

parent 9b91ec95
......@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
build-essential cmake \
clang-3.9 clang-format-3.9 \
git \
wget patch diffutils zlib1g libtinfo5
wget patch diffutils zlib1g-dev libtinfo-dev
RUN apt-get clean autoclean && \
apt-get autoremove -y
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment