mdtest/testing/docker/ubuntu14.04/Dockerfile

7 lines
169 B
Docker

FROM ubuntu:14.04
WORKDIR /data
RUN apt-get update
RUN apt-get install -y libopenmpi-dev openmpi-bin mpich git pkg-config gcc-4.7 nano make
RUN apt-get install -y sudo