From 7efd93cf4cb0d2e78dab4e8157316a51dc1de8a3 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 17 Sep 2023 17:13:45 -0400 Subject: added a docker build, though not sure how to use X or wayland or tmux through that --- Dockerfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..7dbe643 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,13 @@ +FROM alpine:3.18 +RUN apk update && \ + apk add --no-cache \ + sqlite \ + lua5.3 \ + lua-posix \ + lua-sqlite \ + lua-argparse \ + py3-pip && \ + pip3 install --no-cache-dir detect-secrets +WORKDIR /lclipd +COPY ./*.lua /lclipd/ +ENTRYPOINT ["/lclipd/lclipd.lua"] -- cgit v1.2.3