Skip to content
Snippets Groups Projects
Commit 4588cbef authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

cleanup

parent 16407dc9
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,14 @@ COPY usr/local/etc/php/conf.d/01_base_modules.ini /usr/local/etc/php/conf.d/
# Build & install PECL modules
RUN pecl channel-update pecl.php.net
RUN printf "\n" | pecl install --force apcu
##RUN pecl install --force geoip
#RUN git clone https://github.com/rlerdorf/geoip.git && \
# cd geoip/ && \
# phpize && \
# ./configure && \
# make && make install && \
# cd .. && \
# rm -rfv geoip
RUN pecl install --force igbinary
RUN printf "\n" | pecl install --force imagick
RUN printf "\n" | pecl install --force mcrypt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment