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

Merge branch 'openshift-deployment' of gitlab.in2p3.fr:cc-in2p3-dev/TMS into openshift-deployment

parents e9db2e4f 8b56a214
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
...@@ -3,7 +3,7 @@ LABEL maintainer="CNRS/CCIN2P3 DevOps Team" ...@@ -3,7 +3,7 @@ LABEL maintainer="CNRS/CCIN2P3 DevOps Team"
RUN apk add --no-cache --virtual .php-build zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev \ RUN apk add --no-cache --virtual .php-build zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd && docker-php-ext-install -j$(nproc) gd mysqli pdo pdo_mysql
ADD tms /var/www/html/ ADD tms /var/www/html/
WORKDIR /var/www/html WORKDIR /var/www/html
......
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