From 88571df54a354f213960da35cbc2a6be366dd03c Mon Sep 17 00:00:00 2001 From: Daniel Polito Date: Wed, 4 Sep 2024 13:32:02 -0300 Subject: [PATCH] tweak --- 8.0-swoole-prod/Dockerfile | 7 ------- 8.0-swoole/Dockerfile | 7 ------- 8.1-swoole-prod/Dockerfile | 7 ------- 8.1-swoole/Dockerfile | 7 ------- 8.2-swoole-prod/Dockerfile | 7 ------- 8.2-swoole/Dockerfile | 7 ------- 8.3-swoole-prod/Dockerfile | 7 ------- 8.3-swoole/Dockerfile | 7 ------- template/Dockerfile.blade.php | 7 ------- 9 files changed, 63 deletions(-) diff --git a/8.0-swoole-prod/Dockerfile b/8.0-swoole-prod/Dockerfile index 6257d2b..27d619a 100644 --- a/8.0-swoole-prod/Dockerfile +++ b/8.0-swoole-prod/Dockerfile @@ -3,10 +3,3 @@ FROM kooldev/php:8.0-prod COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ RUN install-php-extensions swoole - -# RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \ -# pecl install swoole && \ -# docker-php-ext-enable swoole && \ -# # cleanup -# apk del .build-deps && \ -# rm -rf /var/cache/apk/* /tmp/* diff --git a/8.0-swoole/Dockerfile b/8.0-swoole/Dockerfile index 33f2377..0121e31 100644 --- a/8.0-swoole/Dockerfile +++ b/8.0-swoole/Dockerfile @@ -3,10 +3,3 @@ FROM kooldev/php:8.0-node COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ RUN install-php-extensions swoole - -# RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \ -# pecl install swoole && \ -# docker-php-ext-enable swoole && \ -# # cleanup -# apk del .build-deps && \ -# rm -rf /var/cache/apk/* /tmp/* diff --git a/8.1-swoole-prod/Dockerfile b/8.1-swoole-prod/Dockerfile index 40a315a..281ffd1 100644 --- a/8.1-swoole-prod/Dockerfile +++ b/8.1-swoole-prod/Dockerfile @@ -3,10 +3,3 @@ FROM kooldev/php:8.1-prod COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ RUN install-php-extensions swoole - -# RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \ -# pecl install swoole && \ -# docker-php-ext-enable swoole && \ -# # cleanup -# apk del .build-deps && \ -# rm -rf /var/cache/apk/* /tmp/* diff --git a/8.1-swoole/Dockerfile b/8.1-swoole/Dockerfile index 62d5b49..68c158f 100644 --- a/8.1-swoole/Dockerfile +++ b/8.1-swoole/Dockerfile @@ -3,10 +3,3 @@ FROM kooldev/php:8.1-node COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ RUN install-php-extensions swoole - -# RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \ -# pecl install swoole && \ -# docker-php-ext-enable swoole && \ -# # cleanup -# apk del .build-deps && \ -# rm -rf /var/cache/apk/* /tmp/* diff --git a/8.2-swoole-prod/Dockerfile b/8.2-swoole-prod/Dockerfile index 6ceafc8..5ab1100 100644 --- a/8.2-swoole-prod/Dockerfile +++ b/8.2-swoole-prod/Dockerfile @@ -3,10 +3,3 @@ FROM kooldev/php:8.2-prod COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ RUN install-php-extensions swoole - -# RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \ -# pecl install swoole && \ -# docker-php-ext-enable swoole && \ -# # cleanup -# apk del .build-deps && \ -# rm -rf /var/cache/apk/* /tmp/* diff --git a/8.2-swoole/Dockerfile b/8.2-swoole/Dockerfile index 731708b..09553f4 100644 --- a/8.2-swoole/Dockerfile +++ b/8.2-swoole/Dockerfile @@ -3,10 +3,3 @@ FROM kooldev/php:8.2-node COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ RUN install-php-extensions swoole - -# RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \ -# pecl install swoole && \ -# docker-php-ext-enable swoole && \ -# # cleanup -# apk del .build-deps && \ -# rm -rf /var/cache/apk/* /tmp/* diff --git a/8.3-swoole-prod/Dockerfile b/8.3-swoole-prod/Dockerfile index 84c2d39..7c5a7cf 100644 --- a/8.3-swoole-prod/Dockerfile +++ b/8.3-swoole-prod/Dockerfile @@ -3,10 +3,3 @@ FROM kooldev/php:8.3-prod COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ RUN install-php-extensions swoole - -# RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \ -# pecl install swoole && \ -# docker-php-ext-enable swoole && \ -# # cleanup -# apk del .build-deps && \ -# rm -rf /var/cache/apk/* /tmp/* diff --git a/8.3-swoole/Dockerfile b/8.3-swoole/Dockerfile index 46eeaf8..e2ddbb8 100644 --- a/8.3-swoole/Dockerfile +++ b/8.3-swoole/Dockerfile @@ -3,10 +3,3 @@ FROM kooldev/php:8.3-node COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ RUN install-php-extensions swoole - -# RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \ -# pecl install swoole && \ -# docker-php-ext-enable swoole && \ -# # cleanup -# apk del .build-deps && \ -# rm -rf /var/cache/apk/* /tmp/* diff --git a/template/Dockerfile.blade.php b/template/Dockerfile.blade.php index 0854157..c20f1d8 100644 --- a/template/Dockerfile.blade.php +++ b/template/Dockerfile.blade.php @@ -3,10 +3,3 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ RUN install-php-extensions swoole - -# RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \ -# pecl install swoole && \ -# docker-php-ext-enable swoole && \ -# # cleanup -# apk del .build-deps && \ -# rm -rf /var/cache/apk/* /tmp/*