Skip to content

Improve dockerfile to utilise node-alpine #9

@mneveroff

Description

@mneveroff

Currently the Dockerfile uses node:20 image and it's not possible to directly use node:20-alpine since DuckDB has certain build requirements.
Goal is to satisfy them on the alpine image for less overhead running.

This is not trivial as it would involve building duckdb from source for alpine and so far I haven't seen anyone being able to do it successfully.

If done should probably publish to dockerhub.
Update: might be a duckdb issue? duckdb/duckdb#11254

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions