traer sqlite-libs

This commit is contained in:
Cat /dev/Nulo 2024-01-11 23:35:12 -03:00
parent 6507bd944b
commit 7b9533cde6

View file

@ -16,7 +16,7 @@ COPY scraper-rs/ .
RUN cargo install --locked --path .
FROM base
RUN apk add --no-cache sqlite
RUN apk add --no-cache sqlite sqlite-libs
# Scraper
COPY --from=build /tmp/cli.build.js /bin/scraper