Files
action_deployer/Dockerfile
merlin e937907edf
All checks were successful
Docker Image CI / build (push) Successful in 13s
feat: add action_dployer specialized image
2025-11-06 15:41:30 +08:00

8 lines
129 B
Docker

FROM docker.io/alpine/k8s:1.30.4
ENV TZ=Asia/Shanghai \
LANG=C.UTF-8
RUN apk add --no-cache nodejs git
WORKDIR /workspace