Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
go-with-dep
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
go-with-dep
Commits
3c200091
Commit
3c200091
authored
5 years ago
by
Alexey Kuklin
Browse files
Options
Downloads
Patches
Plain Diff
unification
parent
f762a735
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!7
updating golang vers
,
!6
switching to 1.14.1
Pipeline
#24937
passed
5 years ago
Stage: build
Stage: manifest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+17
-1
17 additions, 1 deletion
Dockerfile
with
17 additions
and
1 deletion
Dockerfile
+
17
−
1
View file @
3c200091
...
@@ -3,4 +3,20 @@ FROM golang:1.10.3
...
@@ -3,4 +3,20 @@ 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 ghostscript
\
&&
rm
-rf
/var/lib/apt/lists/
*
ONBUILD
ARG
GITLAB_LOGIN
ONBUILD
ARG
GITLAB_PASSWORD
ONBUILD
ARG
CI_COMMIT_REF_NAME
ONBUILD
ARG
CI_COMMIT_SHA
ONBUILD
ARG
CI_PROJECT_NAME
ONBUILD
ENV
CI_PROJECT_NAME ${CI_PROJECT_NAME}
ONBUILD
ARG
CI_PROJECT_NAMESPACE
ONBUILD
ENV
CI_PROJECT_NAMESPACE ${CI_PROJECT_NAMESPACE}
ONBUILD
LABEL
project=$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment