mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-05 14:32:56 +00:00
1fda51cb5d
git-subtree-dir: fuzzysearch-ingest-weasyl git-subtree-mainline:348352f23e
git-subtree-split:6baf256f09
5 lines
196 B
Docker
5 lines
196 B
Docker
FROM debian:buster-slim
|
|
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates && rm -rf /var/lib/apt/lists/*
|
|
COPY ./weasyl-watcher /bin/weasyl-watcher
|
|
CMD ["/bin/weasyl-watcher"]
|