remove continuation lines

This commit is contained in:
Diego Lendoiro 2017-09-14 15:59:11 +02:00
parent e3458ab264
commit f888662faa
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ RUN apk add --no-cache $BASE_PHP_DEPS \
RUN apk add --no-cache $PHP_GNUPG_DEPS \
&& ln -s /usr/bin/php5 /usr/bin/php \
&& ln -s /usr/bin/phpize5 /usr/bin/phpize \
#https://bugs.alpinelinux.org/issues/5378
&& sed -i "s/ -n / /" $(which pecl) \
&& pecl install gnupg \
&& pecl install redis \