mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-10 17:02:38 +00:00
Another possible fix...
This commit is contained in:
parent
f2ca3d1e33
commit
54d18020a9
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user