Skip to content

Commit

Permalink
[DockerImages] Add memcached extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Nov 12, 2021
1 parent 9837042 commit fa7ae59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt install -y zlib1g-dev
RUN apt install -y libpng-dev
RUN apt install -y libicu-dev
RUN apt install -y zip
RUN apt install -y libmemcached-dev
RUN docker-php-ext-install gd
RUN docker-php-ext-install exif
RUN docker-php-ext-install fileinfo
Expand All @@ -14,6 +15,8 @@ RUN docker-php-ext-install pdo_mysql
RUN docker-php-ext-install opcache
RUN pecl install apcu
RUN docker-php-ext-enable apcu --ini-name 10-docker-php-ext-apcu.ini
RUN pecl install memcached
RUN docker-php-ext-enable memcached
ENV PHP_DATE_TIMEZONE="Europe/Warsaw"
COPY --from=composer /usr/bin/composer /usr/bin/composer
WORKDIR /symfony
Expand Down

0 comments on commit fa7ae59

Please sign in to comment.