We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2934e9 commit 74a2e31Copy full SHA for 74a2e31
tools/BinaryBuilder.Dockerfile
@@ -20,7 +20,7 @@ RUN cd node_modules/\@mapbox/node-pre-gyp \
20
RUN npx node-pre-gyp configure
21
RUN npx node-pre-gyp build
22
23
-RUN if [ "$VARIANT" != "alpine" ] then; ldd lib/binding/*/node_sqlite3.node; nm lib/binding/*/node_sqlite3.node | grep "GLIBC_" | c++filt || true ; fi
+RUN if [ "$VARIANT" != "alpine" ] ; then ldd lib/binding/*/node_sqlite3.node; nm lib/binding/*/node_sqlite3.node | grep "GLIBC_" | c++filt || true ; fi
24
25
RUN npm run test
26
RUN npx node-pre-gyp package
0 commit comments