From fe75016e96d556c641c7d8243da78a4ca61fd5ed Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Tue, 21 Jul 2020 13:23:51 +0200 Subject: [PATCH] Use python3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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