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

Remove man dir from examples
pull/610/head
Tilo Spannagel 7 years ago committed by GitHub
commit 453a5224d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,6 @@ RUN set -ex; \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN mkdir -p \ RUN mkdir -p \
/usr/share/man/man1 \
/var/log/supervisord \ /var/log/supervisord \
/var/run/supervisord \ /var/run/supervisord \
; ;

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

@ -49,7 +49,6 @@ RUN set -ex; \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN mkdir -p \ RUN mkdir -p \
/usr/share/man/man1 \
/var/log/supervisord \ /var/log/supervisord \
/var/run/supervisord \ /var/run/supervisord \
; ;

Loading…
Cancel
Save