Commit 9e08cc20 authored by Jai Menon's avatar Jai Menon Committed by GitHub

Merge branch 'master' into jmenon/codegen

parents d73a3775 df4d436f
...@@ -2,22 +2,13 @@ ...@@ -2,22 +2,13 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
RUN apt-get update RUN apt-get update && apt-get install -y \
build-essential cmake \
clang-3.9 clang-format-3.9 \
git \
wget patch diffutils
RUN apt-get install -y build-essential cmake && \ RUN apt-get clean autoclean && \
apt-get clean autoclean && \
apt-get autoremove -y
RUN apt-get install -y clang-3.9 clang-format-3.9 && \
apt-get clean autoclean && \
apt-get autoremove -y
RUN apt-get install -y git && \
apt-get clean autoclean && \
apt-get autoremove -y
RUN apt-get install -y wget patch diffutils && \
apt-get clean autoclean && \
apt-get autoremove -y apt-get autoremove -y
# Add chown_files script to avoid # Add chown_files script to avoid
......
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