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

Linting

parent da560ff9
No related branches found
No related tags found
1 merge request!6Add Debian Jessie build image
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -6,17 +6,19 @@ LABEL version="1.0"
RUN echo "deb http://security.debian.org/ jessie/updates main" >> /etc/apt/sources.list
RUN apt-get update \
&& apt-get -yqqf install \
&& apt-get -yqqf --no-install-recommends install \
apt-transport-https \
lsb-release \
ca-certificates \
curl
curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN curl -ssL -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
RUN echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list
RUN apt-get update \
&& apt-get -y install \
&& apt-get -y --no-install-recommends install \
git \
dh-make \
build-essential \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment