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

Adapt dockerfile to buid test image

parent 80e7c8ec
No related branches found
No related tags found
No related merge requests found
Pipeline #11614 failed
from ubuntu:16.04 from ubuntu:latest
# Update apt-get packages # Update apt-get packages
RUN apt-get update &&\ RUN apt-get update &&\
...@@ -9,7 +8,8 @@ RUN apt-get update &&\ ...@@ -9,7 +8,8 @@ RUN apt-get update &&\
# Install package needed and update pip # Install package needed and update pip
RUN apt-get install -y \ RUN apt-get install -y \
wget \ wget \
python3-pip python3-pip \
python3
RUN pip3 install --upgrade pip RUN pip3 install --upgrade 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