fix directory permissions
This commit is contained in:
parent
eab91e3c36
commit
a446c39708
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user