Compare commits
2 Commits
7c58559e27
...
7298498885
Author | SHA1 | Date | |
---|---|---|---|
7298498885 | |||
7986bc9481 |
@ -46,13 +46,14 @@ RUN w=$(mktemp -d) ; \
|
|||||||
pip-env.sh pip uninstall -y 'cython' ; \
|
pip-env.sh pip uninstall -y 'cython' ; \
|
||||||
python-rm-cache.sh "${PYTHON_SITE_PACKAGES}" ; \
|
python-rm-cache.sh "${PYTHON_SITE_PACKAGES}" ; \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
|
"${PYTHON_SITE_PACKAGES}/netaddr/tests" \
|
||||||
"${PYTHON_SITE_PACKAGES}/psutil/tests" \
|
"${PYTHON_SITE_PACKAGES}/psutil/tests" \
|
||||||
; \
|
; \
|
||||||
find "${PYTHON_SITE_PACKAGES}/" -type f -name '*.so*' -exec ls -l {} + ; \
|
find "${PYTHON_SITE_PACKAGES}/" -type f -name '*.so*' -exec ls -l {} + ; \
|
||||||
echo ; \
|
echo ; \
|
||||||
find "${PYTHON_SITE_PACKAGES}/" -type f -name '*.so*' -printf '%p\0' \
|
find "${PYTHON_SITE_PACKAGES}/" -type f -name '*.so*' -printf '%p\0' \
|
||||||
| sed -zE '/rust/d' \
|
| sed -zE '/rust/d' \
|
||||||
| xargs -0r strip --strip-debug ; \
|
| xargs -0r strip --verbose --strip-debug ; \
|
||||||
echo ; \
|
echo ; \
|
||||||
find "${PYTHON_SITE_PACKAGES}/" -type f -name '*.so*' -exec ls -l {} + ; \
|
find "${PYTHON_SITE_PACKAGES}/" -type f -name '*.so*' -exec ls -l {} + ; \
|
||||||
apt-remove.sh build-essential ; \
|
apt-remove.sh build-essential ; \
|
||||||
|
1
angie/snip.dist/http-brotli-static.conf
Normal file
1
angie/snip.dist/http-brotli-static.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
brotli_static on;
|
2
angie/snip.dist/http-brotli.conf
Normal file
2
angie/snip.dist/http-brotli.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
include snip.d/http-brotli.modconf;
|
||||||
|
brotli on;
|
1
angie/snip.dist/http-gunzip
Normal file
1
angie/snip.dist/http-gunzip
Normal file
@ -0,0 +1 @@
|
|||||||
|
gunzip_buffers 16 16k;
|
@ -1 +1,2 @@
|
|||||||
gunzip_buffers 16 16k;
|
include snip.d/http-gunzip.modconf;
|
||||||
|
gunzip on;
|
1
angie/snip.dist/http-gzip-static.conf
Normal file
1
angie/snip.dist/http-gzip-static.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
gzip_static on;
|
2
angie/snip.dist/http-gzip.conf
Normal file
2
angie/snip.dist/http-gzip.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
include snip.d/http-gzip.modconf;
|
||||||
|
gzip on;
|
1
angie/snip.dist/http-zstd-static.conf
Normal file
1
angie/snip.dist/http-zstd-static.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
zstd_static on;
|
2
angie/snip.dist/http-zstd.conf
Normal file
2
angie/snip.dist/http-zstd.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
include snip.d/http-zstd.modconf;
|
||||||
|
zstd on;
|
Loading…
Reference in New Issue
Block a user