Fix dockerfile.

This commit is contained in:
Dessalines 2022-09-14 12:28:52 -04:00
parent a8b26276fd
commit e1e0b10127

View file

@ -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