Skip to content
Snippets Groups Projects
Commit b013125e authored by Henrik Triem's avatar Henrik Triem
Browse files

Test

parent 42a45943
No related branches found
No related tags found
No related merge requests found
Pipeline #24590 failed
......@@ -7,11 +7,9 @@ RUN apt-get update \
&& eatmydata apt-get upgrade -y
RUN eatmydata apt-get install -y \
sudo wget curl tar expect \
sudo wget curl tar expect git=1:2.17.0-1ubuntu1 \
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
RUN apt list --all-versions | grep git
RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
&& DIST=$(awk -F= '/VERSION_CODENAME=/ {print $2}' /etc/os-release) \
&& echo "deb http://packages.icinga.com/ubuntu icinga-${DIST} main" > /etc/apt/sources.list.d/${DIST}-icinga.list
......
......@@ -15,11 +15,9 @@ RUN apt-get update \
&& eatmydata apt-get upgrade -y
RUN eatmydata apt-get install -y \
sudo wget curl tar expect \
sudo wget curl tar expect git=1:2.17.0-1ubuntu1 \
devscripts build-essential lintian ccache pbuilder aptitude apt-utils golang-1.11-go
RUN apt list --all-versions | grep git
RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
&& DIST=$(awk -F= '/VERSION_CODENAME=/ {print $2}' /etc/os-release) \
&& echo "deb http://packages.icinga.com/ubuntu icinga-${DIST} main" > /etc/apt/sources.list.d/${DIST}-icinga.list
......
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