based-alpine/latest/Dockerfile

6 lines
117 B
Docker

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