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