Skip to content

Commit

Permalink
Reduce number of packages.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
prj- committed Oct 17, 2019
1 parent aa00511 commit 2dae902
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions freefem-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,25 @@ LABEL maintainer="https://github.com/orgs/FreeFem/people"

# Install dependencies
RUN apt-get update && apt-get install -y \
autoconf \
automake \
autotools-dev \
bison \
cmake \
cpp \
flex \
g++ \
gcc \
gfortran \
git \
m4 \
make \
libopenblas-dev \
liblapack-dev \
liblapack3 \
libhdf5-dev \
libgsl-dev \
libarpack2-dev \
libarpack2 \
libfftw3-dev \
libnlopt-dev \
libmpich-dev \
patch \
pkg-config \
python \
python-minimal \
unzip \
wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -61,10 +56,10 @@ LABEL maintainer="https://github.com/orgs/FreeFem/people"
# Install dependencies
RUN apt-get update && apt-get install -y \
libopenblas-dev \
liblapack-dev \
liblapack3 \
libhdf5-dev \
libgsl-dev \
libarpack2-dev \
libarpack2 \
libfftw3-dev \
libnlopt-dev \
libmpich-dev \
Expand Down

0 comments on commit 2dae902

Please sign in to comment.