Files
docker-lstopo/Dockerfile.x86
Carl Pearson 1ac71904f2 dockerfiles
2017-07-05 09:30:01 -04:00

6 lines
128 B
Docker

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