Update Dockerfile

running the container gave me the following error:

could not load: libcrypto.so(.1.1|.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|.48|.47|.46|.45|.44|.43|.41|.39|.38|.10|)
(compile with -d:nimDebugDlOpen for more information)

This adds the requested library.
This commit is contained in:
jon6fingrs 2022-12-08 13:48:09 -05:00 committed by GitHub
parent d923c20aa6
commit c9805b84e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ COPY nitter.nimble .
RUN nimble install -y --depsOnly
COPY . .
RUN nimble build -d:danger -d:lto -d:strip \
RUN nimble build -d:danger -d:lto -d:strip -d:nimDebugDlOpen \
&& nimble scss \
&& nimble md