dockerfiles
This commit is contained in:
5
Dockerfile.ppc64le
Normal file
5
Dockerfile.ppc64le
Normal 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/*
|
5
Dockerfile.x86
Normal file
5
Dockerfile.x86
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
FROM ubuntu:16.04
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get upgrade && apt-get install -y \
|
||||||
|
hwloc \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
Reference in New Issue
Block a user