mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Remove man dir from examples
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
57b9193096
commit
5f8fa19f04
3 changed files with 0 additions and 3 deletions
|
@ -49,7 +49,6 @@ RUN set -ex; \
|
|||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir -p \
|
||||
/usr/share/man/man1 \
|
||||
/var/log/supervisord \
|
||||
/var/run/supervisord \
|
||||
;
|
||||
|
|
|
@ -40,7 +40,6 @@ RUN set -ex; \
|
|||
apk del .build-deps
|
||||
|
||||
RUN mkdir -p \
|
||||
/usr/share/man/man1 \
|
||||
/var/log/supervisord \
|
||||
/var/run/supervisord \
|
||||
;
|
||||
|
|
|
@ -49,7 +49,6 @@ RUN set -ex; \
|
|||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir -p \
|
||||
/usr/share/man/man1 \
|
||||
/var/log/supervisord \
|
||||
/var/run/supervisord \
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue