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; \
|
||||
install-php-extensions \
|
||||
apcu \
|
||||
intl \
|
||||
apcu \
|
||||
intl \
|
||||
opcache \
|
||||
zip \
|
||||
zip \
|
||||
;
|
||||
|
||||
###> recipes ###
|
||||
|
Loading…
x
Reference in New Issue
Block a user