Issue #73 unable to install workspace container

This commit is contained in:
Abhishek Prabhu 2016-05-25 22:33:29 +05:30
parent 86c6389650
commit d829482a06

View File

@ -20,7 +20,7 @@ RUN add-apt-repository -y \
ppa:ondrej/php
# Install PHP-CLI 7, some PHP extentions and some useful Tools with APT
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y --force-yes \
php7.0-cli \
php7.0-common \
php7.0-curl \