Skip to content

Commit

Permalink
enable php exif extension
Browse files Browse the repository at this point in the history
  • Loading branch information
chococatson committed Mar 7, 2024
1 parent fcf1f1e commit 9182369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update \
&& docker-php-ext-install -j$(nproc) pspell gd intl xml xmlrpc ldap zip soap mysqli opcache \
&& pecl install redis \
&& docker-php-ext-enable redis \
&& docker-php-ext-enable exif \
&& curl -L https://github.com/moodle/moodle/archive/v${MOODLE_VERSION}.tar.gz | tar xz --strip=1 \
&& mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" \
&& mkdir -p /moodledata /var/local/cache \
Expand Down

0 comments on commit 9182369

Please sign in to comment.