Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 20, 2023
1 parent 0d02e53 commit 245dc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ RUN set -xe; \
\
su-exec wodby composer clear-cache; \
docker-php-source delete; \
strip --strip-debug /usr/local/lib/php/extensions/no-debug-non-zts-*/*.so; \
apk del --purge .wodby-php-build-deps; \
pecl clear-cache; \
strip --strip-debug /usr/local/lib/php/extensions/no-debug-non-zts-*/*.so; \
\
rm -rf \
/usr/src/php/ext/ast \
Expand Down

0 comments on commit 245dc11

Please sign in to comment.