Zenika / alpine-chrome

Chrome Headless docker images built upon alpine official image

Home Page:https://hub.docker.com/r/zenika/alpine-chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

panw3i opened this issue · comments

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

meet the same problem

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