Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jun 2, 2023
1 parent bb8472f commit e04bc8e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN apk update && \
imagemagick-dev \
libtool \
libxml2-dev \
oniguruma-dev \
postgresql-dev \
sqlite-dev \
oniguruma-dev
sqlite-dev

###########################################################################
# Install production dependencies
Expand All @@ -41,17 +41,17 @@ RUN apk add --no-cache \
imagemagick \
libc-dev \
libpng-dev \
libzip-dev \
make \
mysql-client \
nodejs \
yarn \
yaml-dev \
openssh-client \
postgresql-libs \
rsync \
zlib-dev \
libzip-dev \
wget
wget \
yaml-dev \
yarn \
zlib-dev

###########################################################################
# Update PECL channel
Expand All @@ -64,8 +64,7 @@ RUN pecl channel-update pecl.php.net
RUN pecl install \
imagick \
redis \
xdebug \
xdiff
xdebug

###########################################################################
# Install and enable php extensions
Expand Down

0 comments on commit e04bc8e

Please sign in to comment.