2020-10-09 18:02:58 +00:00
|
|
|
FROM debian:buster-slim
|
2020-10-09 18:42:21 +00:00
|
|
|
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates && rm -rf /var/lib/apt/lists/*
|
2020-10-09 18:02:58 +00:00
|
|
|
COPY ./weasyl-watcher /bin/weasyl-watcher
|
|
|
|
CMD ["/bin/weasyl-watcher"]
|