Merge branch 'bugfix/KASM-7109-fix_cups_pdf_issue_on_kali_1.15.0' into 'release/1.15.0'

fix cups-pdf issue on kali - 1.15.0

See merge request kasm-technologies/internal/workspaces-core-images!277
This commit is contained in:
Richard Koliser 2025-04-02 20:22:40 +00:00
commit 94682193fc

View File

@ -16,7 +16,7 @@ elif [ "${DISTRO}" == "alpine" ]; then
else
apt-get update
apt-get install -y cups-filters
apt-get install -y cups cups-client cups-pdf
apt-get install -y cups cups-client printer-driver-cups-pdf
fi
# change the default path where pdfs are saved