mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00:00
properly cleanup pinta source
This commit is contained in:
parent
7c572d1ce8
commit
396d4dd0ff
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ if grep -q Jammy /etc/os-release || grep -q Noble /etc/os-release; then
|
|||
make install
|
||||
|
||||
# cleanup to reduce image size
|
||||
rm -rf /tmp/pinta.tar.gz /tmp/pinta
|
||||
rm -rf /tmp/pinta-${PINTA_VERSION}.tar.gz /tmp/pinta-${PINTA_VERSION}
|
||||
apt remove -y libgtk-3-dev autotools-dev autoconf-archive gettext intltool libadwaita-1-dev jq build-essential
|
||||
apt autoremove -y
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue