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

Update Dockerfile

parent aef01b69
No related branches found
No related tags found
2 merge requests!7updating golang vers,!6switching to 1.14.1
Pipeline #25548 passed
...@@ -5,8 +5,6 @@ RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecge ...@@ -5,8 +5,6 @@ RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecge
&& 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/*
RUN go get -u github.com/golang/dep/cmd/dep
ONBUILD ARG GITLAB_LOGIN ONBUILD ARG GITLAB_LOGIN
ONBUILD ARG GITLAB_PASSWORD ONBUILD ARG GITLAB_PASSWORD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment