fix: invalid python Alpine package in Docker image

pull/306/head
Romain 2 years ago
parent 5ac29d3c9d
commit 30388c593c

@ -11,7 +11,7 @@ FROM ghcr.io/thumbsup/runtime:node-${NODE_VERSION}
LABEL org.opencontainers.image.source https://github.com/thumbsup/thumbsup
# Standard build dependencies for npm install
RUN apk add --no-cache git make g++ python bash
RUN apk add --no-cache git make g++ python3 bash
# Pre-install expensive dependencies
WORKDIR /app

Loading…
Cancel
Save