Commit 6f38615d authored by Jai Menon's avatar Jai Menon Committed by GitHub

Merge pull request #180 from NervanaSystems/jmenon/docker_fix

Docker: Add more deps
parents e7799ae2 a4fea4e0
......@@ -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
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