1 # Make an image that has the basic dependencies for building GROMACS.
2 # This is the same for all other build images and gets used by those.
4 # Some optional GROMACS dependencies are obtained from the
5 # distribution, e.g. fftw3, hwloc, blas and lapack so that the build
6 # is as fast as possible.
8 ENV DEBIAN_FRONTEND=noninteractive
12 apt-get -y -q=2 --no-install-suggests --no-install-recommends install \
27 rm -rf /var/lib/apt/lists/* && \
28 rm -rf /var/cache/apt/archives/*