mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
traer sqlite-libs
This commit is contained in:
parent
6507bd944b
commit
7b9533cde6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue