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
......@@ -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'
apt-get update
apt-get -y --install-suggests install \
apt-get -y install \
git \
dh-make \
build-essential \
......@@ -24,3 +24,6 @@ apt-get -y --install-suggests install \
shellcheck \
gnupg \
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