diff --git a/Containerfile.multiarch b/Containerfile.multiarch index f3b9879..225ebad 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -29,7 +29,8 @@ RUN apk --update --no-cache add libcap && \ 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