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

Revert "Trying to fix the build dependencies"

This reverts commit 70b72352.
parent 70b72352
No related branches found
No related tags found
1 merge request!6Add Debian Jessie build image
......@@ -4,7 +4,6 @@ LABEL maintainer="ethitter"
LABEL version="1.0"
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 \
&& apt-get -yqqf --no-install-recommends install \
......@@ -28,9 +27,8 @@ RUN apt-get update \
libpcre3 \
libpcre3-dev \
libz-dev \
shellcheck \
gnupg \
&& apt-get -y --no-install-recommends install -t jessie-backports \
openssl \
libssl-dev \
&& apt-get clean \
&& 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