From 508f6234af0969df3f382e0dc41f96ffa3dad9c8 Mon Sep 17 00:00:00 2001 From: lucbu Date: Tue, 18 Apr 2023 16:19:51 +0200 Subject: [PATCH] Fix indentation in Dockerfile (#396) There was an indentation with 4spaces that made vim edition look weird. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7258b0b..40c7317 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,10 +47,10 @@ RUN apk add --no-cache \ RUN set -eux; \ install-php-extensions \ - apcu \ - intl \ + apcu \ + intl \ opcache \ - zip \ + zip \ ; ###> recipes ###