Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openvpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
openvpn
Commits
e4205d7e
Verified
Commit
e4205d7e
authored
5 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Use the golang from buster-backports as out shapeshifter-dispatcher is pinned to
use go 1.13 so it can utilize go modules
parent
822a9e8e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-2
3 additions, 2 deletions
Dockerfile
with
3 additions
and
2 deletions
Dockerfile
+
3
−
2
View file @
e4205d7e
FROM
debian:buster
AS
build
FROM
debian:buster
-backports
AS
build
RUN
apt-get
-q
update
&&
env
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
--no-install-recommends
\
build-essential pkg-config golang-go git ca-certificates openvpn
\
build-essential pkg-config git ca-certificates openvpn
\
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
--no-install-recommends
-t
buster-backports golang-go
\
&&
rm
-rf
/var/lib/apt/lists/
*
# don't need to do bash tricks to keep the layers small, as this is a multi-stage build
...
...
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