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
14d0739c
Commit
14d0739c
authored
5 years ago
by
Alexey Kuklin
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
91dbc6e9
No related branches found
No related tags found
3 merge requests
!6
switching to 1.14.1
,
!5
With codecgen
,
!4
With codecgen
Pipeline
#15944
failed
5 years ago
Stage: build
Stage: manifest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
with
2 additions
and
1 deletion
Dockerfile
+
2
−
1
View file @
14d0739c
...
...
@@ -3,4 +3,5 @@ FROM golang:1.10.3
ENV
DEBIAN_FRONTEND=noninteractive
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
\
&& go generate vendor/github.com/coreos/etcd/client/keys.go
This diff is collapsed.
Click to expand it.
Alexey Kuklin
@alexey.kuklin
mentioned in commit
243f4eb1
·
5 years ago
mentioned in commit
243f4eb1
mentioned in commit 243f4eb1774992ab8474434d2267dea630131546
Toggle commit list
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