From 04f662fefc1a70addc918695fc5c6fa9fcb2af59 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 5 Aug 2023 04:35:29 +1000 Subject: [PATCH] install necessary packages --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 31af8eb..de38517 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,7 @@ FROM archlinux WORKDIR /opt/data COPY --from=builder /usr/local/cargo/bin/gitea-bot /bin/gitea-bot +RUN pacman -Sy && \ + pacman -S openssl-1.1 --noconfirm CMD [ "gitea-bot" ] \ No newline at end of file