Skip to content

Commit

Permalink
add git to image
Browse files Browse the repository at this point in the history
  • Loading branch information
eby committed Sep 11, 2023
1 parent b13bd66 commit e09e6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath gd imagick imap ldap memcached mysqli opcache pcntl pdo_mysql pdo_pgsql pgsql redis ssh2 xdebug zip @composer

# Use the default production configuration and mod to match our production
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
RUN apk add --no-cache git && mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
ADD aadl.ini "$PHP_INI_DIR/conf.d/"

0 comments on commit e09e6a4

Please sign in to comment.