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
...@@ -6,17 +6,19 @@ LABEL version="1.0" ...@@ -6,17 +6,19 @@ LABEL version="1.0"
RUN echo "deb http://security.debian.org/ jessie/updates main" >> /etc/apt/sources.list RUN echo "deb http://security.debian.org/ jessie/updates main" >> /etc/apt/sources.list
RUN apt-get update \ RUN apt-get update \
&& apt-get -yqqf install \ && apt-get -yqqf --no-install-recommends install \
apt-transport-https \ apt-transport-https \
lsb-release \ lsb-release \
ca-certificates \ 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 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 echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install \ && apt-get -y --no-install-recommends install \
git \ git \
dh-make \ dh-make \
build-essential \ build-essential \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment