File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
infrastructure/dockerfiles Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN cd /asset && find . -type d -a -name '__pycache__' -print0 | xargs -0 rm -rf
1818RUN cd /asset && find . -type f -a -name '*.py' -print0 | xargs -0 rm -f
1919RUN find /asset -type d -a -name 'tests' -print0 | xargs -0 rm -rf
2020RUN rm -rdf /asset/numpy/doc/ /asset/boto3* /asset/botocore* /asset/bin /asset/geos_license /asset/Misc
21- RUN find /asset -type f -name '*.so*' -not -path ". /numpy.libs/*" -exec strip --strip-unneeded {} \;
21+ RUN find /asset -type f -name '*.so*' -not -path "/asset /numpy.libs/*" -exec strip --strip-unneeded {} \;
2222
2323# Ref: https://github.com/developmentseed/titiler/discussions/1108#discussioncomment-13045681
2424RUN cp /usr/lib64/libexpat.so.1 /asset/
You can’t perform that action at this time.
0 commit comments