mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
572 B
572 B
NodeJS v16.x下安装nodegit
apt-get install -y python2 python3 libkrb5-dev gcc openssl libssh2-1-dev g++ make
npm install nodegit
docker-compose.yaml
version: "3"
services:
wechat_devtools:
image: node:16.13.1-slim
volumes:
- .:/workspace
entrypoint: /workspace/docker/entrypoint
entrypoint
#!/bin/bash
cd /workspace
apt update
apt-get install -y python2 python3 libkrb5-dev gcc openssl libssh2-1-dev g++ make
echo "start"
npm install nodegit --registry=https://registry.npm.taobao.org
npm uninstall nodegit