Skip to content
Snippets Groups Projects
Commit 9ddbbc9d authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

Update Dockerfile

parent ecaaa561
No related branches found
No related tags found
3 merge requests!5Module Tapes : Try fixing bug 'Mixed Content The page at was loaded over...,!3Openshift deployment,!2Openshift deployment
Pipeline #59683 failed
......@@ -17,11 +17,16 @@ RUN apt-get install -y \
curl \
unzip \
nodejs \
npm
npm \
wget
RUN apt -y install lsb-release apt-transport-https ca-certificates
RUN wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
RUN echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/php7.list
RUN apt update
RUN apt-get install php7.4
RUN apt-get install php-pear php-curl php-dev php7.4-gd php7.4-mbstring php7.4-zip php7.4-mysql php7.4-xml
RUN apt-get install php-pear php-curl php-dev php7.4-gd php7.4-mbstring php7.4-zip php7.4-mysql php7.4-xml
RUN echo "date.timezone=Europe/Paris" > /usr/local/etc/php/conf.d/timezone.ini
RUN echo "opcache.enable_cli=1" > /usr/local/etc/php/conf.d/opcache.ini
......
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