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
6acc7215
Commit
6acc7215
authored
Nov 22, 2019
by
Noah Hilverling
Browse files
Add ppa:gophers/archive manually
parent
074238a0
Pipeline
#7368
passed with stage
in 6 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bionic/x86_64/Dockerfile
View file @
6acc7215
...
...
@@ -2,7 +2,13 @@ FROM ubuntu:bionic
ENV
DEBIAN_FRONTEND=noninteractive
RUN
add-apt-repository ppa:gophers/archive
RUN
apt-get update
\
&&
apt-get
-y
install
apt-transport-https gnupg
RUN
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
308C15A29AD198E9
RUN
echo
'deb http://ppa.launchpad.net/gophers/archive/ubuntu bionic main \n
\
deb-src http://ppa.launchpad.net/gophers/archive/ubuntu bionic main'
>
/etc/apt/sources.list.d/gophers.list
RUN
apt-get update
\
&&
apt-get
install
-y
eatmydata
\
...
...
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