0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-02-19 08:44:53 +01:00

Merge pull request #603 from J0WI/rm-man-dir

Remove man dir from examples
This commit is contained in:
Tilo Spannagel 2019-01-17 14:09:25 +01:00 committed by GitHub
commit 453a5224d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

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

View file

@ -40,7 +40,6 @@ RUN set -ex; \
apk del .build-deps
RUN mkdir -p \
/usr/share/man/man1 \
/var/log/supervisord \
/var/run/supervisord \
;

View file

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