Commit 18bf12bf authored by Mahmoud Zalt's avatar Mahmoud Zalt

Merge pull request #74 from abyshakes/master

Issue #73 unable to install workspace container
parents 86c63896 d829482a
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment