diff --git a/Dockerfile b/Dockerfile index 517e180..0cb9b4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,7 @@ RUN apt-get update && apt-get install -y \ unzip \ psmisc \ git \ - python-virtualenv \ - virtualenv \ - python-dev \ + python3-virtualenv \ libffi-dev \ build-essential \ tzdata \