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/* \