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

Trying to fix the build dependencies

parent 45e2d905
No related branches found
No related tags found
1 merge request!6Add Debian Jessie build image
Pipeline #554 canceled
...@@ -4,6 +4,7 @@ LABEL maintainer="ethitter" ...@@ -4,6 +4,7 @@ LABEL maintainer="ethitter"
LABEL version="1.0" 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 echo "deb http://httpredir.debian.org/debian/ jessie-backports main contrib non-free" >> /etc/apt/sources.list
RUN apt-get update \ RUN apt-get update \
&& apt-get -yqqf --no-install-recommends install \ && apt-get -yqqf --no-install-recommends install \
...@@ -27,8 +28,9 @@ RUN apt-get update \ ...@@ -27,8 +28,9 @@ RUN apt-get update \
libpcre3 \ libpcre3 \
libpcre3-dev \ libpcre3-dev \
libz-dev \ libz-dev \
shellcheck \
gnupg \ gnupg \
&& apt-get -y --no-install-recommends install -t jessie-backports \
openssl \
libssl-dev \ libssl-dev \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && 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