FROM golang:bookworm

# Install native dependencies
RUN apt update
RUN apt install -y npm

RUN git config --global --add safe.directory '*'
