mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Docker: Slim down install_basics.sh
This commit is contained in:
parent
734547788a
commit
652aa37e2e
2 changed files with 11 additions and 16 deletions
|
|
@ -5,21 +5,11 @@
|
|||
# install Ubuntu packages
|
||||
apt-get update -qq
|
||||
apt-get install -qq --no-install-recommends \
|
||||
autoconf \
|
||||
autogen \
|
||||
automake \
|
||||
autotools-dev \
|
||||
ca-certificates \
|
||||
cmake \
|
||||
git \
|
||||
less \
|
||||
libtool \
|
||||
make \
|
||||
nano \
|
||||
pkg-config \
|
||||
python \
|
||||
rsync \
|
||||
unzip \
|
||||
ca-certificates \
|
||||
git \
|
||||
less \
|
||||
nano \
|
||||
rsync \
|
||||
wget
|
||||
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
|
|
@ -4,7 +4,12 @@
|
|||
|
||||
# install Ubuntu packages
|
||||
apt-get update -qq
|
||||
apt-get install -qq --no-install-recommends libfindbin-libs-perl
|
||||
apt-get install -qq --no-install-recommends \
|
||||
libfindbin-libs-perl \
|
||||
make \
|
||||
perl \
|
||||
python
|
||||
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# pre-run prettify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue