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

Update pip version

parent 72b7e10d
No related branches found
No related tags found
No related merge requests found
Pipeline #
from ubuntu:16.04 from ubuntu:16.04
# Install packages
RUN apt-get update &&\ RUN apt-get update &&\
apt-get -y upgrade &&\ apt-get -y upgrade &&\
apt-get install -y \ apt-get install -y \
...@@ -7,6 +9,9 @@ RUN apt-get update &&\ ...@@ -7,6 +9,9 @@ RUN apt-get update &&\
pkg-config &&\ pkg-config &&\
apt-get clean apt-get clean
# Update pip
RUN pip3 install --upgrade pip
# Install barrnap # Install barrnap
WORKDIR /tmp WORKDIR /tmp
RUN wget https://github.com/tseemann/barrnap/archive/0.8.tar.gz &&\ RUN wget https://github.com/tseemann/barrnap/archive/0.8.tar.gz &&\
......
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