[librsvg-oci-images/remove-gettext] Remove gettext and related tools from all images
- From: Sven Neumann <sneumann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg-oci-images/remove-gettext] Remove gettext and related tools from all images
- Date: Thu, 11 Feb 2021 08:43:51 +0000 (UTC)
commit ffd6ec270e25f30c1d1cabe79483fdad8b7704ee
Author: Sven Neumann <sven svenfoo org>
Date: Thu Feb 11 09:41:39 2021 +0100
Remove gettext and related tools from all images
debian/testing.Dockerfile | 14 +++++++-------
fedora/latest.Dockerfile | 13 +++++++------
opensuse/tumbleweed.Dockerfile | 12 ++++++------
3 files changed, 20 insertions(+), 19 deletions(-)
---
diff --git a/debian/testing.Dockerfile b/debian/testing.Dockerfile
index 6a411bd..bbf748d 100644
--- a/debian/testing.Dockerfile
+++ b/debian/testing.Dockerfile
@@ -4,13 +4,13 @@ ENV SHELL=/bin/bash
RUN apt update -yqq \
&& apt install -yqq --no-install-recommends \
- curl gcc make valac rustc cargo git \
- automake autoconf libtool gettext itstool \
- libgdk-pixbuf2.0-dev libgirepository1.0-dev \
- gtk-doc-tools libpango1.0-dev libgtk-3-dev \
- libxml2-dev libcairo2-dev \
- ca-certificates openssl libssl-dev \
- autotools-dev libltdl-dev autopoint
+ curl gcc gdb git make rr valac rustc cargo \
+ automake autoconf autopoint autotools-dev \
+ libtool libltdl-dev gtk-doc-tools \
+ libcairo2-dev libgdk-pixbuf2.0-dev \
+ libgirepository1.0-dev \
+ libpango1.0-dev libgtk-3-dev libxml2-dev \
+ ca-certificates openssl libssl-dev
RUN apt clean && rm -rf /var/lib/apt/lists
RUN mkdir -p /opt/cargo && \
diff --git a/fedora/latest.Dockerfile b/fedora/latest.Dockerfile
index 9b1e562..711e164 100644
--- a/fedora/latest.Dockerfile
+++ b/fedora/latest.Dockerfile
@@ -1,12 +1,13 @@
FROM registry.fedoraproject.org/fedora:33
RUN dnf upgrade -y && \
- dnf install -y gcc rust rust-std-static cargo make vala \
- automake autoconf libtool gettext itstool \
- gdk-pixbuf2-devel gobject-introspection-devel \
- gtk-doc git redhat-rpm-config gtk3-devel ccache \
- libxml2-devel cairo-devel pango-devel \
- gettext-devel && \
+ dnf install -y gcc git make \
+ rust rust-std-static cargo \
+ automake autoconf libtool ccache \
+ gtk-doc redhat-rpm-config vala \
+ cairo-devel gdk-pixbuf2-devel \
+ gobject-introspection-devel \
+ gtk3-devel libxml2-devel pango-devel && \
dnf install -y
https://kojipkgs.fedoraproject.org/packages/rust-cargo-c/0.6.10/2.fc33/x86_64/cargo-c-0.6.10-2.fc33.x86_64.rpm
RUN dnf clean all
diff --git a/opensuse/tumbleweed.Dockerfile b/opensuse/tumbleweed.Dockerfile
index f74b589..d7d5850 100644
--- a/opensuse/tumbleweed.Dockerfile
+++ b/opensuse/tumbleweed.Dockerfile
@@ -3,12 +3,12 @@ FROM opensuse/tumbleweed
ENV SHELL=/bin/bash
RUN zypper update -y && \
- zypper install -y gcc rust cargo cargo-c \
- clippy rustfmt gdb rust-gdb rr make vala \
- automake autoconf curl gettext git itstool libtool \
- gtk-doc gobject-introspection-devel gtk3-devel \
- libxml2-devel cairo-devel \
- pango-devel gdk-pixbuf-devel ccache gettext-tools \
+ zypper install -y gcc ccache make vala \
+ rust rustfmt cargo cargo-c clippy \
+ automake autoconf libtool curl git gtk-doc \
+ cairo-devel gdk-pixbuf-devel \
+ gobject-introspection-devel gtk3-devel \
+ pango-devel libxml2-devel \
sudo shadow system-group-wheel xz
RUN zypper clean -a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]