Remove man dir from examples

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2019-01-14 19:06:00 +01:00
parent 57b9193096
commit 5f8fa19f04
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 \
;