Add an empty line for a demo (sorry)

This commit is contained in:
Glenn Y. Rolland 2021-11-09 15:27:22 +01:00
parent ea3ffb5579
commit 07468c8649
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN apt-get update \
&& apt-get install -y nano \
&& apt-get clean
#
## Enable REDIS extension
# RUN pecl channel-update pecl.php.net \
# && sh -c "yes '' | pecl install redis" \