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

Install specific git version on Bionic

parent 94930f92
No related branches found
No related tags found
No related merge requests found
Pipeline #24583 failed
......@@ -7,7 +7,7 @@ RUN apt-get update \
&& eatmydata apt-get upgrade -y
RUN eatmydata apt-get install -y \
sudo wget curl tar expect git \
sudo wget curl tar expect git=2.17.0 \
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
......
......@@ -15,7 +15,7 @@ RUN apt-get update \
&& eatmydata apt-get upgrade -y
RUN eatmydata apt-get install -y \
sudo wget curl tar expect git \
sudo wget curl tar expect git=2.17.0 \
devscripts build-essential lintian ccache pbuilder aptitude apt-utils golang-1.11-go
RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
......
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