diff --git a/turbo/generators/templates/docker/Dockerfile.hbs b/turbo/generators/templates/docker/Dockerfile.hbs index 23859c8b2..4120bbda7 100644 --- a/turbo/generators/templates/docker/Dockerfile.hbs +++ b/turbo/generators/templates/docker/Dockerfile.hbs @@ -17,7 +17,9 @@ COPY . . # Install dependencies using lockfile RUN pnpm install --frozen-lockfile -RUN npm rebuild lightingcss --build-from-source --verbose + +# Install CURL +RUN apk add --no-cache curl # Rebuild the source code only when needed FROM base AS builder