File tree Expand file tree Collapse file tree 9 files changed +0
-63
lines changed
Expand file tree Collapse file tree 9 files changed +0
-63
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,3 @@ FROM kooldev/php:8.0-prod
33COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44
55RUN install-php-extensions swoole
6-
7- # RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \
8- # pecl install swoole && \
9- # docker-php-ext-enable swoole && \
10- # # cleanup
11- # apk del .build-deps && \
12- # rm -rf /var/cache/apk/* /tmp/*
Original file line number Diff line number Diff line change @@ -3,10 +3,3 @@ FROM kooldev/php:8.0-node
33COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44
55RUN install-php-extensions swoole
6-
7- # RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \
8- # pecl install swoole && \
9- # docker-php-ext-enable swoole && \
10- # # cleanup
11- # apk del .build-deps && \
12- # rm -rf /var/cache/apk/* /tmp/*
Original file line number Diff line number Diff line change @@ -3,10 +3,3 @@ FROM kooldev/php:8.1-prod
33COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44
55RUN install-php-extensions swoole
6-
7- # RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \
8- # pecl install swoole && \
9- # docker-php-ext-enable swoole && \
10- # # cleanup
11- # apk del .build-deps && \
12- # rm -rf /var/cache/apk/* /tmp/*
Original file line number Diff line number Diff line change @@ -3,10 +3,3 @@ FROM kooldev/php:8.1-node
33COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44
55RUN install-php-extensions swoole
6-
7- # RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \
8- # pecl install swoole && \
9- # docker-php-ext-enable swoole && \
10- # # cleanup
11- # apk del .build-deps && \
12- # rm -rf /var/cache/apk/* /tmp/*
Original file line number Diff line number Diff line change @@ -3,10 +3,3 @@ FROM kooldev/php:8.2-prod
33COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44
55RUN install-php-extensions swoole
6-
7- # RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \
8- # pecl install swoole && \
9- # docker-php-ext-enable swoole && \
10- # # cleanup
11- # apk del .build-deps && \
12- # rm -rf /var/cache/apk/* /tmp/*
Original file line number Diff line number Diff line change @@ -3,10 +3,3 @@ FROM kooldev/php:8.2-node
33COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44
55RUN install-php-extensions swoole
6-
7- # RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \
8- # pecl install swoole && \
9- # docker-php-ext-enable swoole && \
10- # # cleanup
11- # apk del .build-deps && \
12- # rm -rf /var/cache/apk/* /tmp/*
Original file line number Diff line number Diff line change @@ -3,10 +3,3 @@ FROM kooldev/php:8.3-prod
33COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44
55RUN install-php-extensions swoole
6-
7- # RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \
8- # pecl install swoole && \
9- # docker-php-ext-enable swoole && \
10- # # cleanup
11- # apk del .build-deps && \
12- # rm -rf /var/cache/apk/* /tmp/*
Original file line number Diff line number Diff line change @@ -3,10 +3,3 @@ FROM kooldev/php:8.3-node
33COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44
55RUN install-php-extensions swoole
6-
7- # RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \
8- # pecl install swoole && \
9- # docker-php-ext-enable swoole && \
10- # # cleanup
11- # apk del .build-deps && \
12- # rm -rf /var/cache/apk/* /tmp/*
Original file line number Diff line number Diff line change 33COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44
55RUN install-php-extensions swoole
6-
7- # RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS && \
8- # pecl install swoole && \
9- # docker-php-ext-enable swoole && \
10- # # cleanup
11- # apk del .build-deps && \
12- # rm -rf /var/cache/apk/* /tmp/*
You can’t perform that action at this time.
0 commit comments