upgrade to python 3
This commit is contained in:
parent
1285bd8503
commit
7c3f30c652
|
@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \
|
||||||
unzip \
|
unzip \
|
||||||
psmisc \
|
psmisc \
|
||||||
git \
|
git \
|
||||||
python-virtualenv \
|
python3-virtualenv \
|
||||||
virtualenv \
|
virtualenv \
|
||||||
python-dev \
|
python3-dev \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
build-essential \
|
build-essential \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
|
Loading…
Reference in New Issue