che-dockerfiles icon indicating copy to clipboard operation
che-dockerfiles copied to clipboard

Build failure on `eclipse/php:gae`

Open monaka opened this issue 6 years ago • 0 comments

Step 4/5 : RUN cd /home/user/ && wget -q https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.40.zip &&     unzip -q google_appengine_1.9.40.zip &&     rm google_appengine_1.9.40.zip &&     for f in "/home/user"; do     sudo chgrp -R 0 ${f} &&     sudo chmod -R g+rwX ${f};     done
 ---> Running in 777a99909e17
replace google_appengine/BUGS? [y]es, [n]o, [A]ll, [N]one, [r]ename:  NULL
(EOF or read error, treating as "[N]one" ...)
The command '/bin/sh -c cd /home/user/ && wget -q https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.40.zip &&     unzip -q google_appengine_1.9.40.zip &&     rm google_appengine_1.9.40.zip &&     for f in "/home/user"; do     sudo chgrp -R 0 ${f} &&     sudo chmod -R g+rwX ${f};     done' returned a non-zero code: 1
Unable to build image: eclipse/php:gae

Reproduction Steps:

Run ./build.sh .

monaka avatar Oct 30 '18 23:10 monaka