Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Mar 3, 2025
1 parent 4d8dadc commit c26c363
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 @@ -2,8 +2,8 @@
FROM php:8.3-cli-alpine as builder

RUN apk add --no-cache --virtual .build-deps autoconf build-base git \
&& pecl install -o -f redis apcu \
&& docker-php-ext-enable redis apcu opcache \
&& pecl install -o -f redis \
&& docker-php-ext-enable redis \
&& rm -rf /tmp/pear

WORKDIR /app
Expand Down

0 comments on commit c26c363

Please sign in to comment.