Skip to content

Commit 1483ed1

Browse files
Merge pull request #1130 from vojtechtrefny/master_misc-update
misc: Vagrantfile removal and missing pgi-docgen dependencies added to PythonDocs.Dockerfile
2 parents c1053b3 + 55a63b2 commit 1483ed1

File tree

2 files changed

+1
-66
lines changed

2 files changed

+1
-66
lines changed

misc/PythonDocs.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN echo "deb-src http://deb.debian.org/debian testing main" >> /etc/apt/sources
99
RUN apt-get update
1010

1111
# pgi-docgen dependencies
12-
RUN apt-get -y install python3 python3-pip python3-jinja2 python3-sphinx python3-bs4 python3-graphviz libgirepository-1.0-1 gir1.2-glib-2.0
12+
RUN apt-get -y install python3 python3-pip python3-jinja2 python3-sphinx python3-bs4 python3-graphviz libgirepository-1.0-1 libgirepository1.0-dev gir1.2-glib-2.0 gir1.2-glib-2.0-dev
1313

1414
RUN apt-get -y install git
1515

misc/Vagrantfile

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)