Fix indentation in Dockerfile (#396)

There was an indentation with 4spaces that made vim edition look weird.
This commit is contained in:
lucbu 2023-04-18 16:19:51 +02:00 committed by GitHub
parent cb0f62eb31
commit 508f6234af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,10 +47,10 @@ RUN apk add --no-cache \
RUN set -eux; \
install-php-extensions \
apcu \
intl \
apcu \
intl \
opcache \
zip \
zip \
;
###> recipes ###