From 155fd78aee402b8e02689ec67545353e8328318c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 11 Nov 2021 15:10:58 -0500 Subject: [PATCH] Fix dep in dockerfile. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a22cfd0..14ffdb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -# Build the curl includes for the docs +# Build the git includes for the docs FROM alpine:3 as docs_include -RUN apk add --no-cache curl bash +RUN apk add --no-cache git bash WORKDIR /app COPY lemmy-docs ./lemmy-docs WORKDIR /app/lemmy-docs