I had to update the Dockerfile from: `RUN` JOBS=max PATH=$(npm bin):$PATH node-pre-gyp rebuild to: `RUN` JOBS=max npx node-pre-gyp rebuild Node 18 tests all pass.
I had to update the Dockerfile from:
RUNJOBS=max PATH=$(npm bin):$PATH node-pre-gyp rebuildto:
RUNJOBS=max npx node-pre-gyp rebuildNode 18 tests all pass.