mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 17:44:09 +02:00
Fix python dependency
This commit is contained in:
parent
546e5b9507
commit
a6112dcd81
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM node:alpine AS builder
|
||||||
WORKDIR /opt/mx-puppet-steam
|
WORKDIR /opt/mx-puppet-steam
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
python \
|
python3 \
|
||||||
g++ \
|
g++ \
|
||||||
build-base \
|
build-base \
|
||||||
cairo-dev \
|
cairo-dev \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue