Skip to content

Commit 88571df

Browse files
committed
tweak
1 parent af662a0 commit 88571df

File tree

9 files changed

+0
-63
lines changed

9 files changed

+0
-63
lines changed

8.0-swoole-prod/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ FROM kooldev/php:8.0-prod
33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44

55
RUN 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/*

8.0-swoole/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ FROM kooldev/php:8.0-node
33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44

55
RUN 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/*

8.1-swoole-prod/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ FROM kooldev/php:8.1-prod
33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44

55
RUN 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/*

8.1-swoole/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ FROM kooldev/php:8.1-node
33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44

55
RUN 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/*

8.2-swoole-prod/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ FROM kooldev/php:8.2-prod
33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44

55
RUN 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/*

8.2-swoole/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ FROM kooldev/php:8.2-node
33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44

55
RUN 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/*

8.3-swoole-prod/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ FROM kooldev/php:8.3-prod
33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44

55
RUN 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/*

8.3-swoole/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ FROM kooldev/php:8.3-node
33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44

55
RUN 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/*

template/Dockerfile.blade.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@
33
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
44

55
RUN 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/*

0 commit comments

Comments
 (0)