FROM node:alpine # Install extras RUN apk add --no-cache bash curl git coreutils uv just SHELL ["/bin/bash", "-c"]