Fix indentation in Dockerfile (#396)
There was an indentation with 4spaces that made vim edition look weird.
This commit is contained in:
parent
cb0f62eb31
commit
508f6234af
@ -47,10 +47,10 @@ RUN apk add --no-cache \
|
|||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
install-php-extensions \
|
install-php-extensions \
|
||||||
apcu \
|
apcu \
|
||||||
intl \
|
intl \
|
||||||
opcache \
|
opcache \
|
||||||
zip \
|
zip \
|
||||||
;
|
;
|
||||||
|
|
||||||
###> recipes ###
|
###> recipes ###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user