File tree Expand file tree Collapse file tree 9 files changed +0
-72
lines changed Expand file tree Collapse file tree 9 files changed +0
-72
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,6 @@ FROM kooldev/php:7.4-nginx-prod
4
4
5
5
ENV NGINX_ROOT=/app
6
6
7
- RUN echo "Building Deps" \
8
- # build-deps
9
- && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
10
- && docker-php-ext-install -j$(nproc) mysqli \
11
- # cleanup
12
- && apk del .build-deps \
13
- && rm -rf /var/cache/apk/* /tmp/*
14
-
15
7
COPY --from=wordpress-cli /usr/local/bin/wp /usr/local/bin/wp
16
8
COPY --from=wordpress --chown=kool:kool /usr/src/wordpress /kool/wordpress
17
9
COPY --from=wordpress --chown=kool:kool /var/www/html/wp-content /app/wp-content
Original file line number Diff line number Diff line change @@ -4,14 +4,6 @@ FROM kooldev/php:7.4-nginx
4
4
5
5
ENV NGINX_ROOT=/app
6
6
7
- RUN echo "Building Deps" \
8
- # build-deps
9
- && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
10
- && docker-php-ext-install -j$(nproc) mysqli \
11
- # cleanup
12
- && apk del .build-deps \
13
- && rm -rf /var/cache/apk/* /tmp/*
14
-
15
7
COPY --from=wordpress-cli /usr/local/bin/wp /usr/local/bin/wp
16
8
COPY --from=wordpress --chown=kool:kool /usr/src/wordpress /kool/wordpress
17
9
COPY --from=wordpress --chown=kool:kool /var/www/html/wp-content /app/wp-content
Original file line number Diff line number Diff line change @@ -3,14 +3,6 @@ FROM wordpress:php7.4-fpm-alpine as wordpress
3
3
FROM kooldev/php:7.4-prod
4
4
5
5
6
- RUN echo "Building Deps" \
7
- # build-deps
8
- && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
9
- && docker-php-ext-install -j$(nproc) mysqli \
10
- # cleanup
11
- && apk del .build-deps \
12
- && rm -rf /var/cache/apk/* /tmp/*
13
-
14
6
COPY --from=wordpress-cli /usr/local/bin/wp /usr/local/bin/wp
15
7
COPY --from=wordpress --chown=kool:kool /usr/src/wordpress /kool/wordpress
16
8
COPY --from=wordpress --chown=kool:kool /var/www/html/wp-content /app/wp-content
Original file line number Diff line number Diff line change @@ -3,14 +3,6 @@ FROM wordpress:php7.4-fpm-alpine as wordpress
3
3
FROM kooldev/php:7.4
4
4
5
5
6
- RUN echo "Building Deps" \
7
- # build-deps
8
- && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
9
- && docker-php-ext-install -j$(nproc) mysqli \
10
- # cleanup
11
- && apk del .build-deps \
12
- && rm -rf /var/cache/apk/* /tmp/*
13
-
14
6
COPY --from=wordpress-cli /usr/local/bin/wp /usr/local/bin/wp
15
7
COPY --from=wordpress --chown=kool:kool /usr/src/wordpress /kool/wordpress
16
8
COPY --from=wordpress --chown=kool:kool /var/www/html/wp-content /app/wp-content
Original file line number Diff line number Diff line change @@ -4,14 +4,6 @@ FROM kooldev/php:8.0-nginx-prod
4
4
5
5
ENV NGINX_ROOT=/app
6
6
7
- RUN echo "Building Deps" \
8
- # build-deps
9
- && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
10
- && docker-php-ext-install -j$(nproc) mysqli \
11
- # cleanup
12
- && apk del .build-deps \
13
- && rm -rf /var/cache/apk/* /tmp/*
14
-
15
7
COPY --from=wordpress-cli /usr/local/bin/wp /usr/local/bin/wp
16
8
COPY --from=wordpress --chown=kool:kool /usr/src/wordpress /kool/wordpress
17
9
COPY --from=wordpress --chown=kool:kool /var/www/html/wp-content /app/wp-content
Original file line number Diff line number Diff line change @@ -4,14 +4,6 @@ FROM kooldev/php:8.0-nginx
4
4
5
5
ENV NGINX_ROOT=/app
6
6
7
- RUN echo "Building Deps" \
8
- # build-deps
9
- && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
10
- && docker-php-ext-install -j$(nproc) mysqli \
11
- # cleanup
12
- && apk del .build-deps \
13
- && rm -rf /var/cache/apk/* /tmp/*
14
-
15
7
COPY --from=wordpress-cli /usr/local/bin/wp /usr/local/bin/wp
16
8
COPY --from=wordpress --chown=kool:kool /usr/src/wordpress /kool/wordpress
17
9
COPY --from=wordpress --chown=kool:kool /var/www/html/wp-content /app/wp-content
Original file line number Diff line number Diff line change @@ -3,14 +3,6 @@ FROM wordpress:php8.0-fpm-alpine as wordpress
3
3
FROM kooldev/php:8.0-prod
4
4
5
5
6
- RUN echo "Building Deps" \
7
- # build-deps
8
- && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
9
- && docker-php-ext-install -j$(nproc) mysqli \
10
- # cleanup
11
- && apk del .build-deps \
12
- && rm -rf /var/cache/apk/* /tmp/*
13
-
14
6
COPY --from=wordpress-cli /usr/local/bin/wp /usr/local/bin/wp
15
7
COPY --from=wordpress --chown=kool:kool /usr/src/wordpress /kool/wordpress
16
8
COPY --from=wordpress --chown=kool:kool /var/www/html/wp-content /app/wp-content
Original file line number Diff line number Diff line change @@ -3,14 +3,6 @@ FROM wordpress:php8.0-fpm-alpine as wordpress
3
3
FROM kooldev/php:8.0
4
4
5
5
6
- RUN echo "Building Deps" \
7
- # build-deps
8
- && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
9
- && docker-php-ext-install -j$(nproc) mysqli \
10
- # cleanup
11
- && apk del .build-deps \
12
- && rm -rf /var/cache/apk/* /tmp/*
13
-
14
6
COPY --from=wordpress-cli /usr/local/bin/wp /usr/local/bin/wp
15
7
COPY --from=wordpress --chown=kool:kool /usr/src/wordpress /kool/wordpress
16
8
COPY --from=wordpress --chown=kool:kool /var/www/html/wp-content /app/wp-content
Original file line number Diff line number Diff line change 6
6
ENV NGINX_ROOT=/app
7
7
@endif
8
8
9
- RUN echo "Building Deps" \
10
- # build-deps
11
- && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
12
- && docker-php-ext-install -j$(nproc) mysqli \
13
- # cleanup
14
- && apk del .build-deps \
15
- && rm -rf /var/cache/apk/* /tmp/*
16
-
17
9
COPY --from=wordpress-cli /usr/local/bin/wp /usr/local/bin/wp
18
10
COPY --from=wordpress --chown=kool:kool /usr/src/wordpress /kool/wordpress
19
11
COPY --from=wordpress --chown=kool:kool /var/www/html/wp-content /app/wp-content
You can’t perform that action at this time.
0 commit comments