Skip to content
Snippets Groups Projects
Commit b53ed82b authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Adrien Béraud
Browse files

docker files: add git in deps list

git is needed to fetch some 3rd parties sources.

Change-Id: If7a8b9b6e35d4bcfa02556b0e9af07f4d4f1b997
parent b6cf1ad5
Branches
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
...@@ -10,6 +10,7 @@ RUN apt-get update && \ ...@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -10,6 +10,7 @@ RUN apt-get update && \ ...@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -10,6 +10,7 @@ RUN apt-get update && \ ...@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -10,6 +10,7 @@ RUN apt-get update && \ ...@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools ...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all RUN dnf clean all
RUN dnf upgrade -y && \ RUN dnf upgrade -y && \
dnf install -y \ dnf install -y \
git \
rpm-build \ rpm-build \
tar \ tar \
make \ make \
......
...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools ...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all RUN dnf clean all
RUN dnf upgrade -y && \ RUN dnf upgrade -y && \
dnf install -y \ dnf install -y \
git \
rpm-build \ rpm-build \
tar \ tar \
make \ make \
......
...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools ...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all RUN dnf clean all
RUN dnf upgrade -y && \ RUN dnf upgrade -y && \
dnf install -y \ dnf install -y \
git \
rpm-build \ rpm-build \
tar \ tar \
make \ make \
......
...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools ...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all RUN dnf clean all
RUN dnf upgrade -y && \ RUN dnf upgrade -y && \
dnf install -y \ dnf install -y \
git \
rpm-build \ rpm-build \
tar \ tar \
make \ make \
......
...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools ...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all RUN dnf clean all
RUN dnf upgrade -y && \ RUN dnf upgrade -y && \
dnf install -y \ dnf install -y \
git \
rpm-build \ rpm-build \
tar \ tar \
make \ make \
......
...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools ...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all RUN dnf clean all
RUN dnf upgrade -y && \ RUN dnf upgrade -y && \
dnf install -y \ dnf install -y \
git \
rpm-build \ rpm-build \
tar \ tar \
make \ make \
......
...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools ...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all RUN dnf clean all
RUN dnf upgrade -y && \ RUN dnf upgrade -y && \
dnf install -y \ dnf install -y \
git \
rpm-build \ rpm-build \
tar \ tar \
make \ make \
......
...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools ...@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all RUN dnf clean all
RUN dnf upgrade -y && \ RUN dnf upgrade -y && \
dnf install -y \ dnf install -y \
git \
rpm-build \ rpm-build \
tar \ tar \
make \ make \
......
...@@ -10,6 +10,7 @@ RUN apt-get update && \ ...@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -10,6 +10,7 @@ RUN apt-get update && \ ...@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -10,6 +10,7 @@ RUN apt-get update && \ ...@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -10,6 +10,7 @@ RUN apt-get update && \ ...@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -10,6 +10,7 @@ RUN apt-get update && \ ...@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -10,6 +10,7 @@ RUN apt-get update && \ ...@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -20,6 +20,7 @@ RUN apt-get update && \ ...@@ -20,6 +20,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
...@@ -20,6 +20,7 @@ RUN apt-get update && \ ...@@ -20,6 +20,7 @@ RUN apt-get update && \
RUN apt-get clean RUN apt-get clean
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \ apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment