This commit is contained in:
dev-chiefworks
2022-04-13 21:09:03 -04:00
parent c99d1d576d
commit 5053f8e3a6
+3
View File
@@ -15,8 +15,10 @@ RUN apt-get install -y \
libreadline-dev \
libfreetype6-dev \
libssl-dev \
libpq-dev \
g++
RUN docker-php-ext-install \
bz2 \
intl \
@@ -24,6 +26,7 @@ RUN docker-php-ext-install \
opcache \
calendar \
pdo_mysql \
pdo_pgsql \
mysqli
# 2. set up document root for apache