Merge pull request #2572 from pgrimaud/master

Fix typos
This commit is contained in:
Shao Yu-Lung (Allen)
2020-05-21 09:14:35 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ RUN set -xe; \
# to add more Software's or remove existing one, you need to edit the
# base image (https://github.com/Laradock/workspace).
#
# next lines are here becase there is no auto build on dockerhub see https://github.com/laradock/laradock/pull/1903#issuecomment-463142846
# next lines are here because there is no auto build on dockerhub see https://github.com/laradock/laradock/pull/1903#issuecomment-463142846
libzip-dev zip unzip \
# Install the zip extension
php${LARADOCK_PHP_VERSION}-zip \