-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
ARG PHP_VERSION=8.0 | ||
ARG PHP_VERSION=8.1 | ||
|
||
FROM php:${PHP_VERSION}-cli-alpine | ||
LABEL maintainer="Antonio Pauletich <[email protected]>" | ||
|
||
ARG COMPOSER_VERSION=2.2.4 | ||
ARG XDEBUG_VERSION=3.1.2 | ||
ARG COMPOSER_VERSION=2.5.8 | ||
ARG XDEBUG_VERSION=3.2.1 | ||
|
||
ENV XDEBUG_START_WITH_REQUEST "no" | ||
|
||
|
@@ -17,6 +17,7 @@ RUN apk add --update --no-cache --virtual .build-deps \ | |
${PHPIZE_DEPS} \ | ||
libzip-dev \ | ||
zlib-dev \ | ||
linux-headers \ | ||
&& docker-php-ext-install -j $(getconf _NPROCESSORS_ONLN) \ | ||
zip \ | ||
&& pecl install \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters