Skip to content

Commit

Permalink
Merge pull request #260 from juliushaertl/fix/memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Dec 3, 2023
2 parents 4118e9b + 3c06fe3 commit 564251f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.php.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN install-php-extensions \
imagick \
intl \
ldap \
memcached \
oci8 \
opcache \
pcntl \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php71
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN install-php-extensions \
imagick \
intl \
ldap \
memcached \
oci8 \
opcache \
pcntl \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php72
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN install-php-extensions \
imagick \
intl \
ldap \
memcached \
oci8 \
opcache \
pcntl \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php73
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN install-php-extensions \
imagick \
intl \
ldap \
memcached \
oci8 \
opcache \
pcntl \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php74
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN install-php-extensions \
imagick \
intl \
ldap \
memcached \
oci8 \
opcache \
pcntl \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php80
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN install-php-extensions \
imagick \
intl \
ldap \
memcached \
oci8 \
opcache \
pcntl \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php81
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN install-php-extensions \
imagick \
intl \
ldap \
memcached \
oci8 \
opcache \
pcntl \
Expand Down
1 change: 1 addition & 0 deletions docker/php82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN install-php-extensions \
imagick \
intl \
ldap \
memcached \
oci8 \
opcache \
pcntl \
Expand Down
1 change: 1 addition & 0 deletions docker/php83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN install-php-extensions \
# imagick \
intl \
ldap \
memcached \
oci8 \
opcache \
pcntl \
Expand Down

0 comments on commit 564251f

Please sign in to comment.