2021-12-09 05:03:11 +00:00
|
|
|
FROM ubuntu:20.04
|
2021-08-22 05:48:05 +00:00
|
|
|
RUN apt-get update -y && apt-get install -y openssl ca-certificates && rm -rf /var/lib/apt/lists/*
|
|
|
|
COPY ./fuzzysearch-refresh/fuzzysearch-refresh /bin/fuzzysearch-refresh
|
|
|
|
CMD ["/bin/fuzzysearch-refresh"]
|