lol, lmao
This commit is contained in:
parent
e00847d35f
commit
f7af7f2e28
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue