Docker: Fix Ubuntu toolchain

This commit is contained in:
Ole Schütt 2019-03-22 11:10:51 +01:00 committed by Ole Schütt
parent fc612d0cf4
commit eddd3b7fe4
2 changed files with 6 additions and 1 deletions

View file

@ -5,12 +5,18 @@
# install Ubuntu packages
apt-get update
apt-get install -y --no-install-recommends \
autoconf \
autogen \
automake \
autotools-dev \
ca-certificates \
cmake \
git \
less \
libtool \
make \
nano \
pkg-config \
python \
rsync \
unzip \

View file

@ -15,7 +15,6 @@ apt-get install -y --no-install-recommends \
gcc-${GCC_VERSION} \
g++-${GCC_VERSION} \
gfortran-${GCC_VERSION} \
pkg-config \
fftw3-dev \
libopenblas-dev \
liblapack-dev \