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