Skip to content

Commit

Permalink
PHRAS-3929 Compose Set redis version For SAML container (#4390)
Browse files Browse the repository at this point in the history
* Update Dockerfile

Set Redis version for saml-sp container in Dockerfile

* typo fix

---------

Co-authored-by: Gaspard Jacobson <[email protected]>
  • Loading branch information
nmaillat and gjacobjn authored Oct 13, 2023
1 parent 529a95e commit 73d31c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ CMD ["nginx", "-g", "daemon off;"]
HEALTHCHECK CMD wget --spider http://127.0.0.1/login || nginx -s reload || exit 1

#########################################################################
# phrasaseanet adapted simplesaml service provider
# phraseanet adapted simplesaml service provider
#########################################################################

FROM php:7.0-fpm-stretch as phraseanet-saml-sp
Expand Down Expand Up @@ -353,7 +353,7 @@ RUN echo "deb http://archive.debian.org/debian stretch main non-free" > /etc/apt
&& docker-php-ext-install -j$(nproc) ldap \
&& docker-php-ext-install zip mbstring pdo_mysql gettext mcrypt \
&& pecl install \
redis \
redis-5.3.7 \
&& docker-php-ext-enable redis \
&& pecl clear-cache \
&& docker-php-source delete
Expand Down

0 comments on commit 73d31c0

Please sign in to comment.