You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thumbsup/docker/Dockerfile.build

12 lines
354 B
Docker

# -------------------------------------------------
# This Docker image is used to speed up the builds
# -------------------------------------------------
ARG NODE_VERSION
# Node.js + runtime dependencies
FROM ghcr.io/thumbsup/runtime:node-${NODE_VERSION}
# Standard build dependencies for npm install
RUN apk add --no-cache git make g++ python3 bash