mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 09:34:13 +02:00
commit
743b063402
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
FROM node:alpine AS builder
|
FROM node:14-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 \
|
||||||
|
|
@ -30,7 +30,7 @@ RUN npm run build
|
||||||
|
|
||||||
RUN rm -r node_modules/typescript
|
RUN rm -r node_modules/typescript
|
||||||
|
|
||||||
FROM node:alpine
|
FROM node:14-alpine
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue