Page MenuHomeDevCentral

No OneTemporary

diff --git a/Dockerfile b/Dockerfile
index b131a4c..0184097 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,24 +1,25 @@
#
# Nasqueron - ViMbAdmin
#
FROM nasqueron/nginx-php-fpm:novolume
MAINTAINER Nasqueron Organisation <docker@nasqueron.org>
#
# Prepare the container
#
COPY files /
WORKDIR /var/wwwroot/default
RUN apt update && \
apt install -y libpq-dev && \
docker-php-ext-install pgsql && \
+ docker-php-ext-install pdo_pgsql && \
printf "\n" | pecl install memcache && \
git clone https://github.com/opensolutions/ViMbAdmin.git . && \
composer install --prefer-dist --no-dev -o && \
chown -R app:app /var/wwwroot/default && \
rm -r /var/lib/apt/lists/*

File Metadata

Mime Type
text/x-diff
Expires
Mon, Nov 25, 05:29 (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257180
Default Alt Text
(721 B)

Event Timeline