From adb98caa7fb4806a7d4f7dc39735e9960fb6f08e Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 6 Jan 2024 22:30:55 -0300 Subject: [PATCH] probar usar imagen basada en debian --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b73dce0..c87c993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ RUN cd sitio && \ bun run build RUN bun build scraper/cli.ts --target=bun --outfile=/tmp/cli.build.js -FROM base -RUN apk add --no-cache nodejs npm jq +FROM docker.io/oven/bun:1-slim +RUN apt-get update && apt-get install -y nodejs npm jq # Sitio COPY --from=build /usr/src/app/sitio/package.json package.real.json