bjdgyc / anylink

AnyLink是一个企业级远程办公 ssl vpn 软件,可以支持多人同时在线使用。基于 openconnect 协议开发,并且借鉴了 ocserv 的开发思路,可以完全兼容 AnyConnect 客户端。
GNU Affero General Public License v3.0
1.66k stars 397 forks source link

0.9.1 docker 构建报错 #183

Closed stilleshan closed 1 year ago

stilleshan commented 1 year ago
 ---> 36fd687a699e
Step 4/26 : RUN yarn install     && yarn run build     && ls /web/ui
 ---> Running in 8549ec594ff9
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "18.12.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The command '/bin/sh -c yarn install     && yarn run build     && ls /web/ui' returned a non-zero code: 1

是否是 Dockerfile 环境有问题?

xcngl commented 1 year ago

176

node版本过高,Docker编译失败的问题,Dev里的修复过了