Skip to content
Snippets Groups Projects
Commit e0ccfb66 authored by Erick Hitter's avatar Erick Hitter
Browse files

`install-suggests` was as bad an idea as milk

parent 846537d9
No related branches found
No related tags found
1 merge request!6Add Debian Jessie build image
Pipeline #545 canceled
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
...@@ -12,7 +12,7 @@ curl -ssL -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gp ...@@ -12,7 +12,7 @@ curl -ssL -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gp
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
apt-get update apt-get update
apt-get -y --install-suggests install \ apt-get -y install \
git \ git \
dh-make \ dh-make \
build-essential \ build-essential \
...@@ -24,3 +24,6 @@ apt-get -y --install-suggests install \ ...@@ -24,3 +24,6 @@ apt-get -y --install-suggests install \
shellcheck \ shellcheck \
gnupg \ gnupg \
libssl-dev libssl-dev
apt-get clean
rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment