From f7af7f2e28ccbe2260abe83f1ee487fb5616655e Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 7 Oct 2023 23:47:09 -0400 Subject: [PATCH] lol, lmao --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04cfd7a..389eea2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,11 @@ COPY templates/ ./templates/ # Dependency time RUN apt-get update RUN apt-get -y upgrade -RUN zef install --deps-only . +RUN apt-get -y install libssl-dev libarchive-dev +# Stupid tests failing idk +RUN zef -v install --force-test IO::Socket::Async::SSL \ + Archive::Libarchive::Raw NativeHelpers::Callback +RUN zef -v install --deps-only . # Finish setting up the environment EXPOSE 3000