Skip to content

Commit 03be3c5

Browse files
committed
Install sqlite and sqlite-dev directly
1 parent ad2cc02 commit 03be3c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM ghcr.io/orcasecurity/orca-cli:1
2-
3-
RUN apk --no-cache --update add bash nodejs npm
2+
RUN apk --no-cache --update add sqlite sqlite-dev bash nodejs npm
43

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

0 commit comments

Comments
 (0)