mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
Fix dep in dockerfile.
This commit is contained in:
parent
5a37cf3f4f
commit
155fd78aee
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue