Skip to content

Commit

Permalink
chore: remove python2
Browse files Browse the repository at this point in the history
  • Loading branch information
Github committed Sep 9, 2021
1 parent 40be902 commit 05db56e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* \
Expand Down

0 comments on commit 05db56e

Please sign in to comment.