diff --git a/core/Dockerfile b/core/Dockerfile index a9cbee73..065bd671 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -7,7 +7,7 @@ RUN \ apt-get install -y git && \ # Install python apt-get update && \ - apt-get install -y python python-dev python-pip python-virtualenv && \ + apt-get install -y python3 python3-dev python3-pip python3-venv && \ rm -rf /var/lib/apt/lists/* && \ # Install misc apt-get update && \