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

Update Dockerfile

parent 52e1bfb7
No related branches found
No related tags found
2 merge requests!7updating golang vers,!6switching to 1.14.1
Pipeline #25428 passed
FROM golang:1.10.3 FROM golang:1.14.1
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 \ && apt-get update && apt-get install -y libgs-dev ghostscript \
&& apt-get update && apt-get install -y libgs-dev ghostscript \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment