Commit e039f4ad authored by nanahira's avatar nanahira

Update Dockerfile

parent 1cac34be
Pipeline #28661 passed with stages
in 31 seconds
...@@ -3,7 +3,7 @@ LABEL maintainer="Nnanahira <nanahira@momobako.com>" ...@@ -3,7 +3,7 @@ LABEL maintainer="Nnanahira <nanahira@momobako.com>"
ARG TIMEZONE=Asia/Shanghai ARG TIMEZONE=Asia/Shanghai
RUN apk add --no-cache tzdata curl wget && \ RUN apk add --no-cache tzdata curl wget bash && \
cp -rf /usr/share/zoneinfo/$TIMEZONE /etc/localtime && \ cp -rf /usr/share/zoneinfo/$TIMEZONE /etc/localtime && \
echo "$TIMEZONE" > /etc/timezone && \ echo "$TIMEZONE" > /etc/timezone && \
curl -L --insecure https://github.com/odise/go-cron/releases/download/v0.0.7/go-cron-linux.gz | zcat > /usr/local/bin/go-cron && \ curl -L --insecure https://github.com/odise/go-cron/releases/download/v0.0.7/go-cron-linux.gz | zcat > /usr/local/bin/go-cron && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment