Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 9cb5f6e

Browse files
committed
Add python dependency to images
1 parent e0d05f0 commit 9cb5f6e

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

arch/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ RUN pacman -Syu --noconfirm \
1010
boost \
1111
aspell \
1212
aspell-en \
13-
&& pacman -Sc --noconfirm
13+
pygobject-devel \
14+
&& pacman -Sc --noconfirm

debian-testing/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ RUN apt-get update \
1717
libgtksourceviewmm-3.0-dev \
1818
aspell-en \
1919
libaspell-dev \
20+
python3 \
21+
gobject-introspection \
22+
python-gi \
2023
&& apt-get autoremove -y \
2124
&& apt-get autoclean \
2225
&& rm -rf /var/lib/apt/lists/*

debian/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ RUN apt-get update \
1616
libgtksourceviewmm-3.0-dev \
1717
aspell-en \
1818
libaspell-dev \
19+
python3 \
20+
gobject-introspection \
21+
python-gi \
1922
&& apt-get autoremove -y \
2023
&& apt-get autoclean \
2124
&& rm -rf /var/lib/apt/lists/*

fedora/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM fedora:latest
22

33
RUN dnf -y update \
4+
&& dnf -y upgrade \
45
&& dnf -y install \
56
cmake \
67
make \
@@ -14,4 +15,5 @@ RUN dnf -y update \
1415
gtkmm30-devel \
1516
aspell-devel \
1617
aspell-en \
18+
pygobject3 \
1719
&& dnf clean all

ubuntu/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ RUN apt-get update \
1515
libgtksourceviewmm-3.0-dev \
1616
aspell-en \
1717
libaspell-dev \
18+
python3 \
19+
python-gi \
20+
gobject-introspection \
1821
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)