mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 17:44:09 +02:00
Merge 83b87fc712 into e2f2d4ad8e
This commit is contained in:
commit
eb867b3ae8
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
FROM node:alpine AS builder
|
||||
FROM node:12-alpine AS builder
|
||||
|
||||
WORKDIR /opt/mx-puppet-steam
|
||||
|
||||
RUN apk add --no-cache \
|
||||
python \
|
||||
python3 \
|
||||
g++ \
|
||||
build-base \
|
||||
cairo-dev \
|
||||
|
|
@ -30,7 +30,7 @@ RUN npm run build
|
|||
|
||||
RUN rm -r node_modules/typescript
|
||||
|
||||
FROM node:alpine
|
||||
FROM node:12-alpine
|
||||
|
||||
VOLUME /data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue