Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Sep 3, 2023
1 parent 28fae79 commit 61ceabf
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 @@ -6,7 +6,7 @@ RUN apt install -y git

RUN pecl install redis && docker-php-ext-enable redis

RUN apt install -y libz-dev libmemcached-dev && pecl install memcached && docker-php-ext-enable memcached
RUN apt install -y libz-dev libmemcached-dev libssl-dev && pecl install memcached && docker-php-ext-enable memcached

RUN docker-php-ext-enable opcache

Expand Down

0 comments on commit 61ceabf

Please sign in to comment.