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

Commit

Permalink
Add python dependency to images
Browse files Browse the repository at this point in the history
  • Loading branch information
zalox committed May 26, 2016
1 parent e0d05f0 commit 9cb5f6e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ RUN pacman -Syu --noconfirm \
boost \
aspell \
aspell-en \
&& pacman -Sc --noconfirm
pygobject-devel \
&& pacman -Sc --noconfirm
3 changes: 3 additions & 0 deletions debian-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RUN apt-get update \
libgtksourceviewmm-3.0-dev \
aspell-en \
libaspell-dev \
python3 \
gobject-introspection \
python-gi \
&& apt-get autoremove -y \
&& apt-get autoclean \
&& rm -rf /var/lib/apt/lists/*
3 changes: 3 additions & 0 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ RUN apt-get update \
libgtksourceviewmm-3.0-dev \
aspell-en \
libaspell-dev \
python3 \
gobject-introspection \
python-gi \
&& apt-get autoremove -y \
&& apt-get autoclean \
&& rm -rf /var/lib/apt/lists/*
2 changes: 2 additions & 0 deletions fedora/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM fedora:latest

RUN dnf -y update \
&& dnf -y upgrade \
&& dnf -y install \
cmake \
make \
Expand All @@ -14,4 +15,5 @@ RUN dnf -y update \
gtkmm30-devel \
aspell-devel \
aspell-en \
pygobject3 \
&& dnf clean all
3 changes: 3 additions & 0 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ RUN apt-get update \
libgtksourceviewmm-3.0-dev \
aspell-en \
libaspell-dev \
python3 \
python-gi \
gobject-introspection \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 9cb5f6e

Please sign in to comment.