Files
openmmforcefields/charmm/Dockerfile
2018-02-12 00:02:09 -08:00

8 lines
273 B
Docker

FROM ubuntu:14.04
RUN apt-get update && apt-get install -y \
csh \
gfortran \
build-essential
ADD charmm.tar.gz /
RUN cd charmm && tool/NewCharmmTree c40b1_gnu && cd c40b1_gnu && ./install.com gnu gfortran || cat /charmm/c40b1_gnu/build/gnu/gnu.log