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
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
......@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y \
git \
rpm-build \
tar \
make \
......
......@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y \
git \
rpm-build \
tar \
make \
......
......@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y \
git \
rpm-build \
tar \
make \
......
......@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y \
git \
rpm-build \
tar \
make \
......
......@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y \
git \
rpm-build \
tar \
make \
......
......@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y \
git \
rpm-build \
tar \
make \
......
......@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y \
git \
rpm-build \
tar \
make \
......
......@@ -6,6 +6,7 @@ RUN dnf install -y yum-utils rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y \
git \
rpm-build \
tar \
make \
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -20,6 +20,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
......@@ -20,6 +20,7 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retires=10 \
git \
autoconf \
automake \
autopoint \
......
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