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