Skip to content
Snippets Groups Projects
Commit 562d5292 authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

Update Dockerfile

parent d47c0c45
No related branches found
No related tags found
1 merge request!6switching to 1.14.1
Pipeline #24558 passed
FROM golang:1.10.3
ENV DEBIAN_FRONTEND=noninteractive
RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecgen \
&& echo deb http://deb.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list \
&& apt-get update && apt-get install -y libgs-dev ghostscript wkhtmltopdf
RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecgen
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment