Another possible fix...

This commit is contained in:
Syfaro 2020-10-09 14:42:21 -04:00
parent f2ca3d1e33
commit 54d18020a9

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim FROM debian:buster-slim
RUN apt-get update -y && apt-get install -y libssl-dev && rm -rf /var/lib/apt/lists/* 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 COPY ./weasyl-watcher /bin/weasyl-watcher
CMD ["/bin/weasyl-watcher"] CMD ["/bin/weasyl-watcher"]