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

使用Dockerfile build后的images缺libnss3 #15

Open
guoyucnrain opened this issue Dec 19, 2024 · 0 comments
Open

使用Dockerfile build后的images缺libnss3 #15

guoyucnrain opened this issue Dec 19, 2024 · 0 comments

Comments

@guoyucnrain
Copy link

from python:3.8
报错如下:
root@44ce92c3e243:/liuma/browser# ./chromedriver --version
./chromedriver: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory

解决方法:
Dockerfile文件添加:
apt update && apt install -y libnss3

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

1 participant