Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768034
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
721 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
rDVMA ViMbAdmin Docker image
Attached
Detach File
Event Timeline
Log In to Comment