diff --git a/Dockerfile b/Dockerfile index 67f27a0..1e8c990 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM debian RUN apt-get update && apt-get install -y \ - python \ - python-pip \ + python3 \ + python3-pip \ texlive RUN pip install virtualenv