Change image to build with Ubuntu:Zesty.

This commit is contained in:
Will Rouesnel 2017-08-14 11:46:37 +10:00
parent 81f102c4af
commit 80b213d21f
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
FROM debian:jessie
FROM ubuntu:zesty
RUN sed s:deb:deb-src: /etc/apt/sources.list >> /etc/apt/sources.list
RUN apt-get update && apt-get build-dep -y squid3 && apt-get install -y wget tar xz-utils libssl-dev
RUN apt-get update && apt-get build-dep -y squid && apt-get install -y wget tar xz-utils libssl-dev
ARG SQUID_VERSION=4.0.21