Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Install python-pkg-resources and python3-pkg-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 10, 2016
1 parent 9c1cd51 commit 4eb3802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ RUN apt-get update \
python \
python-dev \
python-pip \
python-pkg-resources \
python3 \
python3-dev \
python3-setuptools \
python3-pip \
python3-pkg-resources \
git \
libssl-dev \
libre2-dev \
Expand Down
2 changes: 2 additions & 0 deletions src.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ RUN apt-get update \
python \
python-dev \
python-pip \
python-pkg-resources \
python3 \
python3-dev \
python3-setuptools \
python3-pip \
python3-pkg-resources \
git \
libssl-dev \
libre2-dev \
Expand Down

0 comments on commit 4eb3802

Please sign in to comment.