Skip to content

Commit

Permalink
fix: Add sqlite-dev to fix nodejs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 10, 2025
1 parent 9d803dc commit ca78d3c
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 @@ -13,7 +13,7 @@ COPY --from=mlocati/php-extension-installer:2.7.13 /usr/bin/install-php-extensio

RUN <<EOT
set -eux
apk add --no-cache bash fcgi gettext git jq nginx postgresql-client s6 su-exec
apk add --no-cache bash fcgi gettext git jq nginx postgresql-client s6 su-exec sqlite-dev
install-php-extensions bcmath calendar exif intl pcntl opcache pgsql pdo_pgsql redis zip
cd "$PHP_INI_DIR"
sed -ri -e 's/^(access.log)/;\1/' ../php-fpm.d/docker.conf
Expand Down

0 comments on commit ca78d3c

Please sign in to comment.