Browse Source

added sqlite to Dockerfile

funding-tag
Holger Frey 4 years ago
parent
commit
9482d91e93
  1. 1
      Dockerfile

1
Dockerfile

@ -6,6 +6,7 @@ RUN apk add --no-cache libc-dev @@ -6,6 +6,7 @@ RUN apk add --no-cache libc-dev
RUN apk add --no-cache libffi-dev
RUN apk add --no-cache openssl
RUN apk add --no-cache openssl-dev
RUN apk add --no-cache sqlite
RUN adduser -D deploy
USER deploy

Loading…
Cancel
Save