mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-23 15:22:31 +00:00
Try fixing missing library.
This commit is contained in:
parent
eb5354d4fd
commit
f49eba0d15
@ -1,3 +1,4 @@
|
|||||||
FROM debian:buster-slim
|
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
|
COPY ./weasyl-watcher /bin/weasyl-watcher
|
||||||
CMD ["/bin/weasyl-watcher"]
|
CMD ["/bin/weasyl-watcher"]
|
||||||
|
Loading…
Reference in New Issue
Block a user