dockerfiles

This commit is contained in:
Carl Pearson
2017-07-05 09:29:34 -04:00
parent 5f778b8693
commit 41d2449dfc
2 changed files with 10 additions and 0 deletions

5
Dockerfile.ppc64le Normal file
View File

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