mirror of
https://github.com/openmm/openmmforcefields.git
synced 2026-06-06 18:39:48 +09:00
8 lines
273 B
Docker
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
|