0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-13 01:48:59 +02:00

Add curl to dendrite docker containers

This commit is contained in:
Devon Hudson 2023-01-06 11:49:59 -07:00
parent 3fd95e60cc
commit 54b47a98e5
No known key found for this signature in database
GPG key ID: CD06B18E77F6A628

View file

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