Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker build 失败 #20

Open
LeiQiao opened this issue Jun 19, 2020 · 1 comment
Open

docker build 失败 #20

LeiQiao opened this issue Jun 19, 2020 · 1 comment

Comments

@LeiQiao
Copy link

LeiQiao commented Jun 19, 2020

unzip: cannot find zipfile directory in one of phantomjs-2.1.1-linux-x86_64.tar.bz2 or
phantomjs-2.1.1-linux-x86_64.tar.bz2.zip, and cannot find phantomjs-2.1.1-linux-x86_64.tar.bz2.ZIP, period.
The command '/bin/sh -c mkdir -p /opt/phantomjs-2.1.1 && wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && unzip phantomjs-2.1.1-linux-x86_64.tar.bz2 && rm -rf phantomjs-2.1.1-linux-x86_64.tar.bz2 && mv phantomjs-2.1.1-linux-x86_64/bin/phantomjs /opt/phantomjs-2.1.1/phantomjs && rm -rf phantomjs-2.1.1-linux-x86_64' returned a non-zero code: 9

貌似解压 tar.bz2 不能用 unzip

@mulanshandi
Copy link

采用tar jxvf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants