Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/fpm-8.1/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN addgroup user www-data

RUN apk add npm git openjdk8-jre-base bash htop vim mc

COPY --from=composer:2.2 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer

RUN apk add --virtual .build-deps --no-cache --update autoconf file g++ gcc libc-dev make pkgconf re2c zlib-dev linux-headers && \
pecl install xdebug && \
Expand Down
2 changes: 1 addition & 1 deletion templates/fpm-8.2/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN addgroup user www-data

RUN apk add npm git openjdk8-jre-base bash htop vim mc

COPY --from=composer:2.2 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer

RUN apk add --virtual .build-deps --no-cache --update autoconf file g++ gcc libc-dev make pkgconf re2c zlib-dev linux-headers && \
pecl install xdebug && \
Expand Down
2 changes: 1 addition & 1 deletion templates/swoole-8.1/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --virtual .build-deps --no-cache --update autoconf file g++ gcc libc
docker-php-ext-enable xdebug && \
apk del .build-deps

COPY --from=composer:2.2 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer

RUN apk add npm git openjdk8-jre-base bash htop vim mc

Expand Down
2 changes: 1 addition & 1 deletion templates/swoole-8.2/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --virtual .build-deps --no-cache --update autoconf file g++ gcc libc
docker-php-ext-enable xdebug && \
apk del .build-deps

COPY --from=composer:2.2 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer

RUN apk add npm git openjdk8-jre-base bash htop vim mc

Expand Down