Fix python dependency

This commit is contained in:
SapuSeven 2021-12-09 12:44:06 +01:00 committed by GitHub
commit a6112dcd81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ FROM node:alpine AS builder
WORKDIR /opt/mx-puppet-steam
RUN apk add --no-cache \
python \
python3 \
g++ \
build-base \
cairo-dev \