Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
ubuntu
Commits
fe64268d
Commit
fe64268d
authored
Nov 22, 2019
by
Noah Hilverling
Browse files
Add golang 1.11 to bionic 64 bit
parent
d0f8f5b1
Pipeline
#7366
failed with stage
in 7 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bionic/x86_64/
Dockerfile
→
Dockerfile
View file @
fe64268d
...
...
@@ -2,13 +2,15 @@ FROM ubuntu:bionic
ENV
DEBIAN_FRONTEND=noninteractive
RUN
add-apt-repository ppa:gophers/archive
RUN
apt-get update
\
&&
apt-get
install
-y
eatmydata
\
&&
eatmydata apt-get upgrade
-y
RUN
eatmydata apt-get
install
-y
\
sudo
wget curl
tar
expect git
\
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
golang-1.11-go
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
&&
DIST
=
$(
awk
-F
=
'/VERSION_CODENAME=/ {print $2}'
/etc/os-release
)
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment