github.com/pojntfx/hydrapp/hydrapp@v0.0.0-20240516002902-d08759d6ca9f/pkg/builders/tests/Dockerfile (about) 1 FROM golang:bookworm 2 3 # Install native dependencies 4 RUN apt update 5 RUN apt install -y npm 6 7 RUN git config --global --add safe.directory '*'