mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Use newer pip version
This commit is contained in:
@@ -34,9 +34,9 @@ RUN set -x \
|
||||
&& mkdir -p /etc/supervisor/conf.d \
|
||||
&& 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
|
||||
&& find /usr/local/bin -type f -print0 | xargs -n1 -0 strip --strip-all -p 2>/dev/null || true \
|
||||
&& find /usr/local/lib -type f -print0 | xargs -n1 -0 strip --strip-all -p 2>/dev/null || true \
|
||||
&& find /usr/local/sbin -type f -print0 | xargs -n1 -0 strip --strip-all -p 2>/dev/null || true
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user