Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Set Redis version for saml-sp container in Dockerfile
  • Loading branch information
gjacobjn authored Oct 5, 2023
1 parent b6a5f90 commit 0f785d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
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 0f785d0

Please sign in to comment.