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
ea082cc2
Commit
ea082cc2
authored
5 years ago
by
Alexey Kuklin
Browse files
Options
Downloads
Plain Diff
Merge branch 'with-codecgen' into '1.11.4'
With codecgen See merge request
!5
parents
a377be88
5f97a860
Branches
Branches containing commit
No related tags found
1 merge request
!5
With codecgen
Pipeline
#19040
passed
5 years ago
Stage: build
Stage: manifest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-9
3 additions, 9 deletions
Dockerfile
with
3 additions
and
9 deletions
Dockerfile
+
3
−
9
View file @
ea082cc2
FROM
golang:1.1
1.4
FROM
golang:1.1
0.3
ENV
DEBIAN_FRONTEND=noninteractive
RUN
go get
-u
github.com/golang/dep/cmd/dep
\
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
--no-install-recommends
supervisor crudini
\
&&
crudini
--set
/etc/supervisor/supervisord.conf supervisord nodaemon
true
ENTRYPOINT
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
&&
apt-get update
&&
apt-get
install
-y
libgs-dev ghostscript wkhtmltopdf
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