1
0

update demo

Signed-off-by: dragonflylee <dragonflylee@outlook.com>
This commit is contained in:
2023-11-07 10:40:16 +08:00
parent b2972195cb
commit 696f6ba425
12 changed files with 231 additions and 10 deletions

11
tests/README.md Normal file
View File

@@ -0,0 +1,11 @@
```bash
docker build --network host -t devkitpro/devkita64 - << EOF
FROM devkitpro/devkita64:20231108
RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list \
&& apt-get update && apt-get install -y --no-install-recommends nodejs \
&& rm -rf /var/lib/apt/lists/* /usr/share/man/*
EOF
```