Skip to content

Commit

Permalink
Fix indentation in Dockerfile (#396)
Browse files Browse the repository at this point in the history
There was an indentation with 4spaces that made vim edition look weird.
  • Loading branch information
lucbu committed Apr 18, 2023
1 parent cb0f62e commit 508f623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ RUN apk add --no-cache \

RUN set -eux; \
install-php-extensions \
apcu \
intl \
apcu \
intl \
opcache \
zip \
zip \
;

###> recipes ###
Expand Down

0 comments on commit 508f623

Please sign in to comment.