Skip to content

Commit

Permalink
fix: issues related to extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Annavar-satish committed Sep 13, 2024
1 parent 5f0c8ee commit 07d2d69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18

ENV DOCKERIZE_VERSION v0.6.1
ENV DOCKERIZE_VERSION=v0.6.1
# set version for s6 overlay
ARG S6_OVERLAY_VERSION="3.1.5.0"
ARG S6_OVERLAY_ARCH="x86_64"
Expand Down
12 changes: 6 additions & 6 deletions rootfs/etc/php82/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -913,12 +913,12 @@ default_socket_timeout = 60
;extension=php_pdo_sqlite.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
extension=pdo_mysql
extension=pdo_sqlite
extension=mysqli
extension=sodium
extension=zip
extension=bcmath
;extension=pdo_mysql
;extension=pdo_sqlite
;extension=mysqli
;extension=sodium
;extension=zip
;extension=bcmath
; The MIBS data available in the PHP distribution must be installed.
; See http://www.php.net/manual/en/snmp.installation.php
;extension=php_snmp.dll
Expand Down

0 comments on commit 07d2d69

Please sign in to comment.