Added Monogo modules
This commit is contained in:
parent
2e582eec24
commit
f1c2509579
@ -14,6 +14,10 @@ RUN mv /sbin/init /sbin/init.tmp \
|
|||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* \
|
&& rm -rf /var/lib/apt/lists/* /tmp/* \
|
||||||
&& mv /sbin/init.tmp /sbin/init
|
&& 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
|
# Add in Leenooks' apt repository
|
||||||
RUN curl -sL http://apt.leenooks.net/setup.sh | DISTRO=buster bash
|
RUN curl -sL http://apt.leenooks.net/setup.sh | DISTRO=buster bash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user