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

We need `libssl-dev`, and Sury provides a newer version than Debian.

parent 0807c139
No related branches found
No related tags found
1 merge request!6Add Debian Jessie build image
Pipeline #537 failed
......@@ -2,6 +2,24 @@
echo "deb http://security.debian.org/ jessie/updates main" >> /etc/apt/sources.list
apt-get update
apt-get -y --install-suggests install git dh-make build-essential autoconf autotools-dev libpcre3 libpcre3-dev libz-dev shellcheck
apt-get -y install \
apt-transport-https \
lsb-release \
ca-certificates \
curl
curl -ssL -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
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 \
git \
dh-make \
build-essential \
autoconf \
autotools-dev \
libpcre3 \
libpcre3-dev \
libz-dev \
shellcheck \
gnupg \
libssl-dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment