This repository was archived by the owner on May 1, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +13
-1
lines changed Expand file tree Collapse file tree 5 files changed +13
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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/*
Original file line number Diff line number Diff 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/*
Original file line number Diff line number Diff line change 11FROM fedora:latest
22
33RUN 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
Original file line number Diff line number Diff 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/*
You can’t perform that action at this time.
0 commit comments