Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpavageauekino committed Feb 4, 2025
1 parent 0bc09ef commit c0723cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") && \
apk add --update --upgrade alpine-sdk apk-tools autoconf bash bzip2 cyrus-sasl-dev curl freetype-dev gettext git \
icu-dev icu-data-full jq libgcrypt-dev libjpeg-turbo-dev \
libmcrypt-dev libmemcached-dev libpng-dev libssh2-dev libxml2-dev libxslt-dev libzip-dev linux-headers make \
mysql-client openssh-client patch postgresql-client postgresql-dev rsync tzdata && \
mysql-client openssh-client patch postgresql-client postgresql-dev rsync tzdata build-base && \
echo "Starting PHP with $version" && \
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && \
CFLAGS_PREVIOUS=$CFLAGS && \
Expand Down
2 changes: 1 addition & 1 deletion php/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") && \
apk add --update --upgrade alpine-sdk apk-tools autoconf bash bzip2 cyrus-sasl-dev curl freetype-dev gettext git \
icu-dev icu-data-full jq libgcrypt-dev libjpeg-turbo-dev \
libmcrypt-dev libmemcached-dev libpng-dev libssh2-dev libxml2-dev libxslt-dev libzip-dev linux-headers make \
mysql-client openssh-client patch postgresql-client postgresql-dev rsync tzdata && \
mysql-client openssh-client patch postgresql-client postgresql-dev rsync tzdata build-base && \
echo "Starting PHP with $version" && \
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && \
CFLAGS_PREVIOUS=$CFLAGS && \
Expand Down
2 changes: 1 addition & 1 deletion php/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") && \
apk add --update --upgrade alpine-sdk apk-tools autoconf bash bzip2 cyrus-sasl-dev curl freetype-dev gettext git \
icu-dev icu-data-full jq libgcrypt-dev libjpeg-turbo-dev \
libmcrypt-dev libmemcached-dev libpng-dev libssh2-dev libxml2-dev libxslt-dev libzip-dev linux-headers make \
mysql-client openssh-client patch postgresql-client postgresql-dev rsync tzdata && \
mysql-client openssh-client patch postgresql-client postgresql-dev rsync tzdata build-base && \
echo "Starting PHP with $version" && \
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && \
CFLAGS_PREVIOUS=$CFLAGS && \
Expand Down

0 comments on commit c0723cc

Please sign in to comment.