Skip to content

Commit

Permalink
Add pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
SnijderC committed Nov 30, 2017
1 parent a3102bb commit 3fab681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build-stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:stretch
RUN apt-get update -qq
RUN apt-get install -q -y build-essential python-cffi python3-cffi libffi-dev \
python-all python3-all python-dev python3-dev python-setuptools \
python3-setuptools python-pip rpm tar gzip bzip2 git debhelper \
ca-certificates
python3-setuptools python-pip python3-pip rpm tar gzip bzip2 git \
debhelper ca-certificates
ADD ./requirements.txt ./requirements.txt
RUN pip install --user pip
RUN pip install --user -r requirements.txt

0 comments on commit 3fab681

Please sign in to comment.