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

Add golang 1.11 to bionic 64 bit

parent d0f8f5b1
No related branches found
No related tags found
No related merge requests found
Pipeline #7366 failed
...@@ -2,13 +2,15 @@ FROM ubuntu:bionic ...@@ -2,13 +2,15 @@ FROM ubuntu:bionic
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN add-apt-repository ppa:gophers/archive
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y eatmydata \ && apt-get install -y eatmydata \
&& eatmydata apt-get upgrade -y && eatmydata apt-get upgrade -y
RUN eatmydata apt-get install -y \ RUN eatmydata apt-get install -y \
sudo wget curl tar expect git \ 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 - \ RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
&& DIST=$(awk -F= '/VERSION_CODENAME=/ {print $2}' /etc/os-release) \ && DIST=$(awk -F= '/VERSION_CODENAME=/ {print $2}' /etc/os-release) \
......
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