first commit
Some checks failed
Build Docker Image / docker (push) Failing after 17s

This commit is contained in:
严浩
2024-10-08 15:47:34 +08:00
commit 52f023ca9d
8 changed files with 242 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM alpine
RUN set -ex \
&& apk add --no-cache \
bash