From 4908fdeb870c35827af4ba64ad300c8e148ba965 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 14 Sep 2022 13:19:53 -0400 Subject: [PATCH] Fix dockerfile. (#116) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 751690c..b9fdc8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build the git includes for the docs FROM alpine:3 as docs_include -RUN apk add --no-cache git bash +RUN apk add --no-cache git bash curl WORKDIR /app COPY lemmy-docs ./lemmy-docs WORKDIR /app/lemmy-docs