lol, lmao

This commit is contained in:
swagg boi 2023-10-07 23:47:09 -04:00
parent e00847d35f
commit f7af7f2e28

View file

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