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

Update Dockerfile

parent 91b2a95c
No related branches found
No related tags found
No related merge requests found
Pipeline #35871 passed
...@@ -2,7 +2,7 @@ FROM golang:1.14.1 ...@@ -2,7 +2,7 @@ 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 \
&& apt-get update && apt-get install -y libgs-dev ghostscript \ && apt-get update && apt-get install -y libgs-dev ghostscript npm zlib1g-dev \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ONBUILD ARG GITLAB_LOGIN ONBUILD ARG GITLAB_LOGIN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment