Fixing whitespaces and tailing spaces

This commit is contained in:
Winfried
2017-04-11 21:22:57 +02:00
parent f991123545
commit f91def64d7
4 changed files with 7 additions and 7 deletions

View File

@ -44,7 +44,7 @@ ARG INSTALL_SOAP=false
RUN if [ ${INSTALL_SOAP} = true ]; then \
# Install the soap extension
apt-get -y update && \
apt-get -y install libxml2-dev php-soap && \
apt-get -y install libxml2-dev php-soap && \
docker-php-ext-install soap \
;fi