QA-353_image_maintenance

This commit is contained in:
Huan Truong 2026-05-28 10:19:23 -05:00
parent 79473c2338
commit bc042dde00
No known key found for this signature in database

View file

@ -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