fix: Dockerfile 加入 git 安裝驗證,git.js 改回 git binary
This commit is contained in:
+6
-1
@@ -1,4 +1,9 @@
|
||||
FROM node:20
|
||||
FROM node:20-slim
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends git && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
git --version
|
||||
|
||||
WORKDIR /action
|
||||
|
||||
|
||||
Reference in New Issue
Block a user