Skip to content
Snippets Groups Projects
Commit 6acc7215 authored by Noah Hilverling's avatar Noah Hilverling
Browse files

Add ppa:gophers/archive manually

parent 074238a0
No related branches found
No related tags found
No related merge requests found
Pipeline #7368 passed
...@@ -2,7 +2,13 @@ FROM ubuntu:bionic ...@@ -2,7 +2,13 @@ FROM ubuntu:bionic
ENV DEBIAN_FRONTEND=noninteractive 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 \ RUN apt-get update \
&& apt-get install -y eatmydata \ && apt-get install -y eatmydata \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment