From d9c84b37ca798b6fadd8ad8df5be65a3feb09721 Mon Sep 17 00:00:00 2001 From: Teja Swaroop Pothala Date: Wed, 19 Feb 2025 14:41:44 +0000 Subject: [PATCH] cleanup pinta building from source to reduce image size --- src/ubuntu/install/pinta/install_pinta.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ubuntu/install/pinta/install_pinta.sh b/src/ubuntu/install/pinta/install_pinta.sh index df948f8..9192b40 100644 --- a/src/ubuntu/install/pinta/install_pinta.sh +++ b/src/ubuntu/install/pinta/install_pinta.sh @@ -16,8 +16,10 @@ if grep -q Jammy /etc/os-release; then ./configure --prefix=/usr/local make install - # cleanup + # cleanup to reduce image size rm -rf /tmp/pinta-2.1.2.tar.gz /tmp/pinta-2.1.2 + apt remove -y libgtk-3-dev autotools-dev autoconf-archive gettext intltool libadwaita-1-dev + apt autoremove -y # create desktop file cat >/usr/share/applications/pinta.desktop <