Skip to content

Commit f27b3aa

Browse files
Remove blank lines
Just do it to avoid Warning message on building the php-fpm container
1 parent 722f7d0 commit f27b3aa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

php-fpm/Dockerfile-70

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,10 @@ RUN if [ ${INSTALL_MSSQL} = true ]; then \
318318
&& curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
319319
&& curl https://packages.microsoft.com/config/debian/8/prod.list > /etc/apt/sources.list.d/mssql-release.list \
320320
&& apt-get update -yqq \
321-
322321
# Install Dependencies
323322
&& ACCEPT_EULA=Y apt-get install -y unixodbc unixodbc-dev libgss3 odbcinst msodbcsql locales \
324323
&& echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
325324
&& locale-gen \
326-
327325
# Install pdo_sqlsrv and sqlsrv from PECL. Replace pdo_sqlsrv-4.1.8preview with preferred version.
328326
&& pecl install pdo_sqlsrv-4.1.8preview sqlsrv-4.1.8preview \
329327
&& docker-php-ext-enable pdo_sqlsrv sqlsrv \

0 commit comments

Comments
 (0)