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

Update Dockerfile

parent 20b488ab
No related branches found
No related tags found
1 merge request!6switching to 1.14.1
Pipeline #13014 failed
FROM golang:1.11.4
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y libgs-dev ghostscript
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment