From 05db56e40875f8e5c95b6b31fb9fa8870b595ae1 Mon Sep 17 00:00:00 2001 From: Github Date: Thu, 9 Sep 2021 14:17:38 +0200 Subject: [PATCH] chore: remove python2 --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0edb29b..979d21e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,14 +12,11 @@ RUN (curl -sL https://deb.nodesource.com/setup_16.x | bash) \ locales \ nodejs \ perl \ - python \ - python-pip \ python3 \ python3-pip \ ruby-full \ unzip \ zlib1g-dev \ - && pip install docutils==0.14 \ && pip3 install docutils==0.14 \ && gem install bundler \ && rm -rf /var/lib/apt/lists/* \