FROM node:15-alpine LABEL maintainer="Stille <[email protected]>" RUN apk add --no-cache bash git curl zip ENV TZ=Asia/Shanghai RUN apk add --no-cache tzdata \ && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \ && echo $TZ > /etc/timezone