Skip to content
Snippets Groups Projects

Add Debian Jessie build image

Merged Erick Hitter requested to merge add/debian-jessie into master
Files
2
+ 20
1
@@ -3,5 +3,24 @@
echo "deb http://security.debian.org/ jessie/updates main" >> /etc/apt/sources.list
apt-get update
apt-get -y install git dh-make build-essential autoconf autotools-dev libpcre3 libpcre3-dev libz-dev
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
Loading