Zenika / alpine-chrome

Chrome Headless docker images built upon alpine official image
https://hub.docker.com/r/zenika/alpine-chrome
Apache License 2.0
1.82k stars 241 forks source link

Error relocating /usr/lib/libnspr4.so: gettid: symbol not found #179

Open panw3i opened 3 years ago

panw3i commented 3 years ago
FROM zenika/alpine-chrome
USER root
RUN apk add --no-cache tini make gcc g++ python3 git nodejs nodejs-npm yarn

WORKDIR /usr/src/app
gyh9457 commented 3 years ago

meet the same problem

gyh9457 commented 3 years ago

solve the problem by add "apk upgrade" This may be due to a versioning issue with musl