aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-02 13:46:06 +0800
committercrupest <crupest@outlook.com>2022-12-02 13:46:06 +0800
commit0188a40fc280886f8f42f524fc2a4ec7754c8bae (patch)
treea0610bfc844ea46f4acddb2772b9e22a928aa963
parente9c1ef178ac63b2caf8d4e3d3621d6f63c2199e1 (diff)
downloadcrupest-0188a40fc280886f8f42f524fc2a4ec7754c8bae.tar.gz
crupest-0188a40fc280886f8f42f524fc2a4ec7754c8bae.tar.bz2
crupest-0188a40fc280886f8f42f524fc2a4ec7754c8bae.zip
Add curl.
-rw-r--r--docker/crupest-blog/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-blog/Dockerfile b/docker/crupest-blog/Dockerfile
index 74fc5a5..4790721 100644
--- a/docker/crupest-blog/Dockerfile
+++ b/docker/crupest-blog/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:latest
ARG CRUPEST_BLOG_UPDATE_INTERVAL=1d
ENV CRUPEST_BLOG_UPDATE_INTERVAL=${CRUPEST_BLOG_UPDATE_INTERVAL}
COPY install-hugo.bash daemon.bash update.bash /scripts/
-RUN apk add --no-cache coreutils gzip tar tini bash git && /scripts/install-hugo.bash && hugo version
+RUN apk add --no-cache coreutils gzip tar tini curl bash git && /scripts/install-hugo.bash && hugo version
VOLUME [ "/public" ]
ENTRYPOINT ["/sbin/tini", "--"]
CMD [ "/daemon.bash" ]