Fix dep in dockerfile.

This commit is contained in:
Dessalines 2021-11-11 15:10:58 -05:00
parent 5a37cf3f4f
commit 155fd78aee
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Build the curl includes for the docs # Build the git includes for the docs
FROM alpine:3 as docs_include FROM alpine:3 as docs_include
RUN apk add --no-cache curl bash RUN apk add --no-cache git bash
WORKDIR /app WORKDIR /app
COPY lemmy-docs ./lemmy-docs COPY lemmy-docs ./lemmy-docs
WORKDIR /app/lemmy-docs WORKDIR /app/lemmy-docs