Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 471889cc authored by Nicolas's avatar Nicolas
Browse files

rebase

parent 2d364a19
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ FROM httpd:2.4.62-alpine3.20 ...@@ -4,7 +4,7 @@ FROM httpd:2.4.62-alpine3.20
LABEL authors="Nicolas Béjean <nicolas@bejean.fr>" LABEL authors="Nicolas Béjean <nicolas@bejean.fr>"
LABEL company="Béjean Développement" LABEL company="Béjean Développement"
LABEL website="www.bejean.eu" LABEL website="www.bejean.eu"
LABEL version="1.3" LABEL version="1.4"
# Change port and update server name # Change port and update server name
# Enable proxy and fcgi modules # Enable proxy and fcgi modules
......
...@@ -4,7 +4,7 @@ FROM nginx:1.27.0-alpine3.19 ...@@ -4,7 +4,7 @@ FROM nginx:1.27.0-alpine3.19
LABEL authors="Nicolas Béjean <nicolas@bejean.fr>" LABEL authors="Nicolas Béjean <nicolas@bejean.fr>"
LABEL company="Béjean Développement" LABEL company="Béjean Développement"
LABEL website="www.bejean.eu" LABEL website="www.bejean.eu"
LABEL version="1.3" LABEL version="1.4"
# installe les dependances requises # installe les dependances requises
RUN apk --no-cache --no-progress upgrade > /dev/null \ RUN apk --no-cache --no-progress upgrade > /dev/null \
......
...@@ -4,7 +4,7 @@ FROM php:8.3.10-fpm-alpine3.20 ...@@ -4,7 +4,7 @@ FROM php:8.3.10-fpm-alpine3.20
LABEL authors="Nicolas Béjean <nicolas@bejean.fr>" LABEL authors="Nicolas Béjean <nicolas@bejean.fr>"
LABEL company="Béjean Développement" LABEL company="Béjean Développement"
LABEL website="www.bejean.eu" LABEL website="www.bejean.eu"
LABEL version="1.3" LABEL version="1.4"
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
...@@ -14,7 +14,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone ...@@ -14,7 +14,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apk --no-cache --no-progress upgrade > /dev/null \ RUN apk --no-cache --no-progress upgrade > /dev/null \
&& apk --no-cache --no-progress add \ && apk --no-cache --no-progress add \
"autoconf=2.72-r0" \ "autoconf=2.72-r0" \
"curl=8.9.0-r0" \ "curl=8.9.1-r1" \
"dpkg-dev=1.22.6-r1" \ "dpkg-dev=1.22.6-r1" \
"dpkg=1.22.6-r1" \ "dpkg=1.22.6-r1" \
"file=5.45-r1" \ "file=5.45-r1" \
...@@ -52,7 +52,7 @@ RUN docker-php-ext-install -j"$(nproc)" \ ...@@ -52,7 +52,7 @@ RUN docker-php-ext-install -j"$(nproc)" \
SHELL ["/bin/ash", "-o", "pipefail", "-c"] SHELL ["/bin/ash", "-o", "pipefail", "-c"]
RUN curl -sS https://getcomposer.org/installer | \ RUN curl -sS https://getcomposer.org/installer | \
php -- --version=2.7.7 --install-dir=/usr/local/bin --filename=composer php -- --version=2.7.8 --install-dir=/usr/local/bin --filename=composer
# Installe et paramétrage XDebug # Installe et paramétrage XDebug
RUN pecl install xdebug-3.3.2 \ RUN pecl install xdebug-3.3.2 \
......
...@@ -4,7 +4,7 @@ FROM php:8.3.10-fpm-alpine3.20 ...@@ -4,7 +4,7 @@ FROM php:8.3.10-fpm-alpine3.20
LABEL authors="Nicolas Béjean <nicolas@bejean.fr>" LABEL authors="Nicolas Béjean <nicolas@bejean.fr>"
LABEL company="Béjean Développement" LABEL company="Béjean Développement"
LABEL website="www.bejean.eu" LABEL website="www.bejean.eu"
LABEL version="1.3" LABEL version="1.4"
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
...@@ -14,7 +14,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone ...@@ -14,7 +14,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apk --no-cache --no-progress upgrade > /dev/null \ RUN apk --no-cache --no-progress upgrade > /dev/null \
&& apk --no-cache --no-progress add \ && apk --no-cache --no-progress add \
"autoconf=2.72-r0" \ "autoconf=2.72-r0" \
"curl=8.9.0-r0" \ "curl=8.9.1-r1" \
"dpkg-dev=1.22.6-r1" \ "dpkg-dev=1.22.6-r1" \
"dpkg=1.22.6-r1" \ "dpkg=1.22.6-r1" \
"file=5.45-r1" \ "file=5.45-r1" \
...@@ -52,7 +52,7 @@ RUN docker-php-ext-install -j"$(nproc)" \ ...@@ -52,7 +52,7 @@ RUN docker-php-ext-install -j"$(nproc)" \
SHELL ["/bin/ash", "-o", "pipefail", "-c"] SHELL ["/bin/ash", "-o", "pipefail", "-c"]
RUN curl -sS https://getcomposer.org/installer | \ RUN curl -sS https://getcomposer.org/installer | \
php -- --version=2.7.7 --install-dir=/usr/local/bin --filename=composer php -- --version=2.7.8 --install-dir=/usr/local/bin --filename=composer
# Installe et paramétrage XDebug # Installe et paramétrage XDebug
RUN pecl install xdebug-3.3.2 \ RUN pecl install xdebug-3.3.2 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment