fuzzysearch/Dockerfile
2020-10-09 14:38:29 -04:00

5 lines
180 B
Docker

FROM debian:buster-slim
RUN apt-get update -y && apt-get install -y libssl-dev && rm -rf /var/lib/apt/lists/*
COPY ./weasyl-watcher /bin/weasyl-watcher
CMD ["/bin/weasyl-watcher"]