Browse Source

removed sqlite package

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

1
Dockerfile

@ -6,7 +6,6 @@ RUN apk add --no-cache libc-dev @@ -6,7 +6,6 @@ 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