switch apidocjs to use node 14 image as base
fix typo in php7.2 Dockerfile
This commit is contained in:
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw
|
||||
\
|
||||
&& apt-cache pkgnames | grep php7.2 \
|
||||
&& rm /usr/bin/php && ln -s /usr/bin/php7.2 /usr/bin/php \
|
||||
&& ln -s /usr/sbin/php-fpm7.2 /usr/sbin/php-fpm
|
||||
&& ln -s /usr/sbin/php-fpm7.2 /usr/sbin/php-fpm \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
COPY ./docker-php-fpm.conf /etc/php/7.2/fpm/pool.d/www.conf
|
||||
|
||||
Reference in New Issue
Block a user