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

Install python3 and not python2

parent 829e0baa
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -2,7 +2,7 @@ from ubuntu:16.04 ...@@ -2,7 +2,7 @@ from ubuntu:16.04
RUN apt-get update &&\ RUN apt-get update &&\
apt-get -y upgrade &&\ apt-get -y upgrade &&\
apt-get install -y \ apt-get install -y \
python-pip \ python3-pip \
wget &&\ wget &&\
apt-get clean apt-get clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment