From 7c3f30c6528b17fb969e62e5efbb2d578a7bfa1c Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 7 Apr 2022 21:04:56 +0700 Subject: [PATCH] upgrade to python 3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6bdca9a..a3e1bba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \ unzip \ psmisc \ git \ - python-virtualenv \ + python3-virtualenv \ virtualenv \ - python-dev \ + python3-dev \ libffi-dev \ build-essential \ tzdata \