Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stuaxo authored Mar 5, 2021
1 parent 2aa41cd commit 56876d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ RUN apt-get -y install \

# libgirepository1.0-dev: is to allow installing pygobject and pycairo which compile from source.
#
# gir1.2-pango-1.0: is used to render text to support shoebot-sphinxcontrib
# gir1.2-rsvg-2.0: is used to output SVGs to support shoebot-sphinxcontrib
# gir1.2-pango-1.0: is used to render text to support sphinxcontrib-shoebot
# gir1.2-rsvg-2.0: is used to output SVGs to support sphinxcontrib-shoebot
RUN apt-get -y install \
libgirepository1.0-dev \
gir1.2-pango-1.0 \
Expand Down

0 comments on commit 56876d5

Please sign in to comment.