From 9915eaeeaf6287069b261697846881480912e968 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 20 Sep 2024 17:39:12 -0400 Subject: wip, adding ollama as an alternative to detect-secrets --- Dockerfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 7dbe643..3eabd76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,16 @@ -FROM alpine:3.18 +FROM alpine:3.20 RUN apk update && \ apk add --no-cache \ sqlite \ lua5.3 \ lua-posix \ lua-sqlite \ + lua-socket \ + lua-http \ lua-argparse \ - py3-pip && \ - pip3 install --no-cache-dir detect-secrets + lua5.3-cqueues \ + pipx && \ + pipx install detect-secrets WORKDIR /lclipd COPY ./*.lua /lclipd/ ENTRYPOINT ["/lclipd/lclipd.lua"] -- cgit v1.2.3