Try fixing missing library.

This commit is contained in:
Syfaro 2020-10-09 14:35:55 -04:00
parent eb5354d4fd
commit f49eba0d15

View File

@ -1,3 +1,4 @@
FROM debian:buster-slim
RUN apt-get update -y && apt-get install -y libssl1.0.0 && rm -rf /var/lib/apt/lists/*
COPY ./weasyl-watcher /bin/weasyl-watcher
CMD ["/bin/weasyl-watcher"]