mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:24 +00:00
cleanup pinta building from source to reduce image size
This commit is contained in:
parent
c40d134ed0
commit
d9c84b37ca
1 changed files with 3 additions and 1 deletions
|
|
@ -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 <<EOL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue