Sign inSign up

hujiulong/node-alpine-sqlcipher

By hujiulong

Updated about 5 years ago

An image for installing node sqlite3 with sqlcpiher extension

Image
0

372

hujiulong/node-alpine-sqlcipher repository overview

A docker image for installing node sqlite3 with sqlcipher extension

Hub link

FROM hujiulong/node-alpine-sqlcipher:latest

WORKDIR /usr/app

COPY index.js .

# Link to module sqlite3 that has been installed globally
RUN npm link sqlite3 && node index.js

Tag summary

Content type

Image

Digest

Size

53.7 MB

Last updated

about 5 years ago

docker pull hujiulong/node-alpine-sqlcipher