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 webdevops/php-nginx:8.3-alpine
RUN apk add --no-cache bash npm
with node clearly missing a lib
20 [stage-0 14/16] RUN npm install
#20 0.212 Error relocating /usr/bin/node: sqlite3session_attach: symbol not found
#20 0.212 Error relocating /usr/bin/node: sqlite3changeset_apply: symbol not found
#20 0.212 Error relocating /usr/bin/node: sqlite3session_create: symbol not found
#20 0.212 Error relocating /usr/bin/node: sqlite3session_changeset: symbol not found
#20 0.213 Error relocating /usr/bin/node: sqlite3session_patchset: symbol not found
#20 0.213 Error relocating /usr/bin/node: sqlite3session_delete: symbol not found
adding sqlite-dev packages fixed the issue. But i guess it should have been pulled automatically by node ?
The text was updated successfully, but these errors were encountered:
Hello
All of a sudden our ci/cd stopped working.
with node clearly missing a lib
adding sqlite-dev packages fixed the issue. But i guess it should have been pulled automatically by node ?
The text was updated successfully, but these errors were encountered: