diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 4d041f8f81e4678495c316feb326cb3a5879c1ee..e82b1c02f7ebe187f8527f6126cc00afb5e06ac2 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -88,13 +88,6 @@ RUN apt-get update && \ && \ apt-get clean -RUN apt-get install -y \ - python3.7 \ - python3.7-dev \ - python3.7-venv \ - && \ - apt-get clean - RUN apt-get install -y \ python3.8 \ python3.8-dev \