Skip to content

Commit d829482

Browse files
committed
Issue laradock#73 unable to install workspace container
1 parent 86c6389 commit d829482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN add-apt-repository -y \
2020
ppa:ondrej/php
2121

2222
# Install PHP-CLI 7, some PHP extentions and some useful Tools with APT
23-
RUN apt-get update && apt-get install -y \
23+
RUN apt-get update && apt-get install -y --force-yes \
2424
php7.0-cli \
2525
php7.0-common \
2626
php7.0-curl \

0 commit comments

Comments
 (0)