my god
This commit is contained in:
parent
835b17ee19
commit
a3683bcf0c
|
@ -11,15 +11,15 @@ COPY templates/ ./templates/
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y upgrade
|
RUN apt-get -y upgrade
|
||||||
RUN apt-get -y install libssl-dev libarchive-dev
|
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
|
|
||||||
RUN zef install https://github.com/rawleyfowler/Humming-Bird --force-install
|
|
||||||
# Stupid tests failing idk
|
# Stupid tests failing idk
|
||||||
RUN zef -v install --force-test IO::Socket::Async::SSL \
|
RUN zef -v install --force-test IO::Socket::Async::SSL \
|
||||||
Archive::Libarchive::Raw NativeHelpers::Callback
|
Archive::Libarchive::Raw NativeHelpers::Callback
|
||||||
|
# Get the latest and greatest for bug fix
|
||||||
|
# https://github.com/rawleyfowler/Humming-Bird/issues/60#issuecomment-1788351265
|
||||||
|
RUN zef install https://github.com/rawleyfowler/Humming-Bird.git --force-install
|
||||||
RUN zef -v install --deps-only .
|
RUN zef -v install --deps-only .
|
||||||
|
|
||||||
# Finish setting up the environment
|
# Finish setting up the environment
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ["raku", "bin/hyperlink-redirect]
|
CMD ["raku", "bin/hyperlink-redirect"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user