Files
goplt/ci/pre-commit/Dockerfile

4 lines
111 B
Docker

FROM alpine:latest
# install node (Alpine)
RUN apk add --no-cache nodejs npm gcc build-base musl-dev curl make