feat(fix xmlrpc) | workspace

This commit is contained in:
Shao Yu Lung 2021-03-22 18:34:44 +08:00
parent bd9c1e52c0
commit 2e9ad09861

View File

@ -1521,7 +1521,7 @@ RUN if [ ${INSTALL_GIT_PROMPT} = true ]; then \
ARG INSTALL_XMLRPC=false
RUN if [ ${INSTALL_XMLRPC} = true ]; then \
docker-php-ext-install xmlrpc \
apt-get install -yqq php${LARADOCK_PHP_VERSION}-xmlrpc \
;fi
###########################################################################