Docker: Slim down install_basics.sh

This commit is contained in:
Ole Schütt 2019-07-21 21:48:34 +02:00 committed by Ole Schütt
parent 734547788a
commit 652aa37e2e
2 changed files with 11 additions and 16 deletions

View file

@ -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/*

View file

@ -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