mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2026-07-17 16:37:15 +00:00
Merge branch 'QA-353_core_image_maintenance' into 'develop'
QA-353_image_maintenance Closes QA-353 See merge request kasm-technologies/internal/workspaces-core-images!375
This commit is contained in:
commit
8dc27fcb2d
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ elif [ "${DISTRO}" == "opensuse" ]; then
|
|||
zypper install --allow-vendor-change -y cups-pdf
|
||||
fi
|
||||
elif [ "${DISTRO}" == "alpine" ]; then
|
||||
echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
|
||||
apk add --no-cache cups cups-client cups-pdf@testing
|
||||
echo '@edge-community http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
|
||||
apk add --no-cache cups cups-client cups-pdf@edge-community
|
||||
usermod -a -G lpadmin root
|
||||
else
|
||||
apt-get update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue