XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

fix(docker): install node-gyp deps to fix arm64 build

7ca7147b
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified Dockerfile +1 -1
@@ -1,6 +1,6 @@
1 1 FROM node:24-alpine3.21
2 2
3 RUN apk add --no-cache bash jq
3 RUN apk add --no-cache bash jq python3 make gcc alpine-sdk
4 4
5 5 COPY . /app
6 6 WORKDIR /app