Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed Sep 4, 2024
1 parent af662a0 commit 88571df
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 63 deletions.
7 changes: 0 additions & 7 deletions 8.0-swoole-prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
7 changes: 0 additions & 7 deletions 8.0-swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
7 changes: 0 additions & 7 deletions 8.1-swoole-prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
7 changes: 0 additions & 7 deletions 8.1-swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
7 changes: 0 additions & 7 deletions 8.2-swoole-prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
7 changes: 0 additions & 7 deletions 8.2-swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
7 changes: 0 additions & 7 deletions 8.3-swoole-prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
7 changes: 0 additions & 7 deletions 8.3-swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
7 changes: 0 additions & 7 deletions template/Dockerfile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 88571df

Please sign in to comment.