Implement bug fix

This commit is contained in:
swagg boi 2023-11-01 01:05:53 -04:00
parent 0506335a52
commit 19b3819d6a

View file

@ -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