upgrade to python 3

This commit is contained in:
Siwat Sirichai 2022-04-07 21:04:56 +07:00
parent 1285bd8503
commit 7c3f30c652
1 changed files with 2 additions and 2 deletions

View File

@ -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 \