Skip to content

Commit

Permalink
Install sqlite and sqlite-dev directly (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayala-orca authored Feb 6, 2025
1 parent ad2cc02 commit f171681
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM ghcr.io/orcasecurity/orca-cli:1

RUN apk --no-cache --update add bash nodejs npm
RUN apk --no-cache --update add bash nodejs npm sqlite sqlite-dev

WORKDIR /app
# Docker tries to cache each layer as much as possible, to increase building speed.
Expand Down

0 comments on commit f171681

Please sign in to comment.