Decrease image sizes

This commit is contained in:
cytopia
2018-11-01 13:55:27 +01:00
parent 10e114fdd2
commit b257ffb972
31 changed files with 2960 additions and 70 deletions

View File

@@ -32,7 +32,11 @@ RUN set -x \
\
&& rm -rf /etc/supervisor* \
&& mkdir -p /etc/supervisor/conf.d \
&& mkdir -p /var/log/supervisor
&& mkdir -p /var/log/supervisor \
\
&& find /usr/local/bin -type f -exce strip --strip-all -p '{}' 2>/dev/null || true \
&& find /usr/local/lib -type f -exce strip --strip-all -p '{}' 2>/dev/null || true \
&& find /usr/local/sbin -type f -exce strip --strip-all -p '{}' 2>/dev/null || true