Skip to content

Commit e561f67

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

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 bash nodejs npm sqlite sqlite-dev
43

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

0 commit comments

Comments
 (0)