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

Update Dockerfile

parent f762a735
No related branches found
No related tags found
No related merge requests found
Pipeline #24875 failed
...@@ -3,4 +3,11 @@ FROM golang:1.10.3 ...@@ -3,4 +3,11 @@ FROM golang:1.10.3
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecgen \ 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 \ && 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 && apt-get update && apt-get install -y libgs-dev ghostscriptENV PATH "$PATH:/srv/bin/"
ENV GOPATH /srv/
ENV PATH "$PATH:/srv/bin/"
RUN go generate vendor/github.com/coreos/etcd/client/keys.go
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment