Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored Nov 16, 2024
1 parent e93a173 commit 05b43bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ FROM docker.io/library/php:8.3-fpm-alpine
##########################

# Change version to trigger build
ARG LEAN_VERSION=3.2.1
ARG LEAN_VERSION=3.3.0

WORKDIR /var/www/html

@@ -29,14 +29,15 @@ RUN apk add --no-cache \
jpegoptim optipng pngquant gifsicle \
supervisor \
apache2 \
openssl \
apache2-ctl \
apache2-proxy


## Installing extensions ##
# Running in a single command is worse for caching/build failures, but far better for image size
RUN docker-php-ext-install \
mysqli pdo_mysql mbstring exif pcntl pdo bcmath opcache ldap zip \
mysqli pdo_mysql mbstring exif pcntl pdo bcmath opcache ldap zip \
&& \
docker-php-ext-enable zip \
&& \

0 comments on commit 05b43bd

Please sign in to comment.