ray_chen
(Ray Chen)
2017 年 12 月 15 日午前 9:52
1
I tried to build image using Dockerfile from https://github.com/discourse/discourse_docker/tree/master/image/base but ends up with below error.
Step 46/59 : ADD phantomjs /usr/local/bin/phantomjs
ADD failed: stat /var/lib/docker/tmp/docker-builder498252385/phantomjs: no such file or directory
I cannot find phantomjs on folder “/image/base” of [discourse_docker] repo (GitHub - discourse/discourse_docker: A Docker image for Discourse ). Can someone point me where can I find the file?
sam
(Sam Saffron)
2017 年 12 月 15 日午前 10:32
2
Sorry we are in the process of nuking phantom, it should be gone soon cc @tgxworld
「いいね!」 2
gerhard
(Gerhard Schlager)
2017 年 12 月 15 日午前 10:41
3
Take a look at the following post if you don’t want to wait until phantomjs is removed.
Also, we build a new base image every week. You can find it at https://hub.docker.com/r/discourse/base/
「いいね!」 1
tgxworld
(Alan Tan)
2017 年 12 月 15 日午後 1:00
4
Hmm I didn’t nuke phantomjs yet… That is odd
gerhard
(Gerhard Schlager)
2017 年 12 月 15 日午後 1:05
5
I think what Sam meant to say was:
Sorry we are in the process of nuking phantomjs. It should be gone soon and then you don’t need to worry about the missing phantomjs anymore.
It’s definitely not your fault that the build is failing for @ray_chen . Building the base image is just a little bit more complicated. Currently it doesn’t work without compiling phantomjs before building the base image.
「いいね!」 3