Commit de4b9dbf authored by nanahira's avatar nanahira

Update Dockerfile

parent db870cf6
Pipeline #17059 passed with stages
in 33 seconds
......@@ -6,7 +6,7 @@ ARG TIMEZONE=Asia/Shanghai
RUN apk add --no-cache tzdata curl wget && \
cp -rf /usr/share/zoneinfo/$TIMEZONE /etc/localtime && \
echo "$TIMEZONE" > /etc/timezone && \
curl -L --insecure https://github.com/odise/go-cron/releases/download/v0.0.6/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 && \
chmod u+x /usr/local/bin/go-cron && \
rm -rf /var/log/* /tmp/* /var/tmp/*
......
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