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

Update Dockerfile

parent 1bfe45e8
No related branches found
No related tags found
1 merge request!6switching to 1.14.1
Pipeline #13071 passed
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 \
RUN 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