Skip to content

Commit

Permalink
Dockerfile: Enable experimentation with Python 2
Browse files Browse the repository at this point in the history
< 200 days until Python 2 end of life.
  • Loading branch information
cclauss committed Jun 18, 2019
1 parent c92f904 commit 2c912e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Expand Up @@ -10,6 +10,10 @@ RUN apt-get -q -y update \
python-pip \
python-virtualenv \
python-wheel \
python3-dev \
python3-pip \
python3-virtualenv \
python3-wheel \
libpq-dev \
libxml2-dev \
libxslt-dev \
Expand Down

0 comments on commit 2c912e9

Please sign in to comment.