Skip to content

Commit

Permalink
Docker: Fix Ubuntu toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Mar 22, 2019
1 parent fc612d0 commit eddd3b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tools/docker/scripts/install_basics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion tools/docker/scripts/install_ubuntu_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit eddd3b7

Please sign in to comment.