Skip to content
Snippets Groups Projects
Commit 20b488ab authored by Alexander Kulikov's avatar Alexander Kulikov
Browse files

Update Dockerfile

parent 846c776a
Branches
Tags
1 merge request!6switching to 1.14.1
Pipeline #13012 failed
......@@ -2,7 +2,8 @@ FROM golang:1.11.4
ENV DEBIAN_FRONTEND=noninteractive
RUN go get -u github.com/golang/dep/cmd/dep \
RUN go get github.com/MrSaints/go-ghostscript/ghostscript \
&& go get -u github.com/golang/dep/cmd/dep \
&& echo deb http://deb.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends supervisor crudini \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment