From 19b3819d6a5c4e61cce374803b581d8f46ed98ba Mon Sep 17 00:00:00 2001 From: swaggboi Date: Wed, 1 Nov 2023 01:05:53 -0400 Subject: [PATCH] Implement bug fix --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 389eea2..28f5ad0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,9 @@ COPY templates/ ./templates/ RUN apt-get update RUN apt-get -y upgrade RUN apt-get -y install libssl-dev libarchive-dev +# Get the latest and greatest for bug fix +# https://github.com/rawleyfowler/Humming-Bird/issues/60#issuecomment-1788351265 +zef install https://github.com/rawleyfowler/Humming-Bird --force-install # Stupid tests failing idk RUN zef -v install --force-test IO::Socket::Async::SSL \ Archive::Libarchive::Raw NativeHelpers::Callback