dockerfiles

This commit is contained in:
Carl Pearson
2017-07-05 09:30:01 -04:00
parent 41d2449dfc
commit 1ac71904f2

View File

@@ -1,5 +1,5 @@
FROM ubuntu:16.04
RUN apt-get update && apt-get upgrade && apt-get install -y \
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
hwloc \
&& rm -rf /var/lib/apt/lists/*