Properly handle return code after stripping libs

This commit is contained in:
cytopia
2018-04-07 17:18:13 +02:00
parent 2641449b43
commit 504d98b9c9
8 changed files with 11 additions and 7 deletions

View File

@@ -246,7 +246,7 @@ RUN set -x \
${RUN_DEPS} \
&& rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates \
&& find /usr/local -type f -perm /u+x -exec strip --strip-all '{}' + || true
&& sh -c "find /usr/local -type f -perm /u+x -exec strip --strip-all '{}' + || true"
###