Skip to content

Commit

Permalink
TestDockerfile builds py3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaqi Liu committed Jan 2, 2020
1 parent 21719a8 commit 816a1f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TestDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxml2-dev \
libxslt1-dev \
nginx \
python3.6 \
python-dev \
python-pip \
python-setuptools \
python3-dev \
python3-pip \
python3-setuptools \
sudo \
vim \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& python -m pip install --upgrade pip \
&& python -m pip install --upgrade setuptools \
&& python -m pip install --upgrade uwsgi \
Expand Down

0 comments on commit 816a1f0

Please sign in to comment.