Skip to content
Snippets Groups Projects
Commit cd49daf3 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

Add git to images used for install

parent 17fa4e51
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -7,7 +7,11 @@ RUN apt-get update &&\
# Install package needed
RUN apt-get install -y \
wget \
python3-pip
python3-pip \
libdatetime-perl \
libxml-simple-perl \
libdigest-md5-perl \
git
# Update pip
RUN pip3 install --upgrade pip
......
......@@ -7,6 +7,10 @@ RUN apt-get update &&\
# Install package needed
RUN apt-get install -y \
wget \
libdatetime-perl \
libxml-simple-perl \
libdigest-md5-perl \
git \
python3-pip
# Update pip
......
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