mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Add curl to dendrite docker containers
This commit is contained in:
parent
3fd95e60cc
commit
54b47a98e5
@ -27,6 +27,7 @@ RUN --mount=target=. \
|
||||
# The dendrite base image
|
||||
#
|
||||
FROM alpine:latest AS dendrite-base
|
||||
RUN apk --update --no-cache add curl
|
||||
LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go"
|
||||
LABEL org.opencontainers.image.source="https://github.com/matrix-org/dendrite"
|
||||
LABEL org.opencontainers.image.licenses="Apache-2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user