fix directory permissions
Some checks failed
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-10-25 20:18:37 +02:00
parent eab91e3c36
commit a446c39708
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -29,7 +29,8 @@ RUN apk --update --no-cache add libcap && \
ADD overlay/ / ADD overlay/ /
RUN chown -R root:lp /cups RUN chown -R lp:lpadmin && \
chown -R root:lp /cups/conf /run/cups /cups/cache /cups/spool
EXPOSE 631 EXPOSE 631