You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: