fuzzysearch/Dockerfile
2020-10-09 14:35:55 -04:00

5 lines
181 B
Docker

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"]