Added Monogo modules

This commit is contained in:
Deon George 2021-06-24 23:51:38 +10:00
parent 2e582eec24
commit f1c2509579
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ RUN mv /sbin/init /sbin/init.tmp \
&& rm -rf /var/lib/apt/lists/* /tmp/* \
&& mv /sbin/init.tmp /sbin/init
# Add Mongo DB
RUN pecl install mongodb && docker-php-ext-enable mongodb \
&& rm -rf /tmp/* \
# Add in Leenooks' apt repository
RUN curl -sL http://apt.leenooks.net/setup.sh | DISTRO=buster bash