diff options
author | Devon Hudson <devonhudson@librem.one> | 2023-01-06 11:49:59 -0700 |
---|---|---|
committer | Devon Hudson <devonhudson@librem.one> | 2023-01-06 11:49:59 -0700 |
commit | 54b47a98e57cf210b568fa99ae159fd000012eb2 (patch) | |
tree | edde2f20559752768312fc27c28325c5b60bc363 /Dockerfile | |
parent | 3fd95e60cc5fc3ae0610d0aca2177d8436a65ee1 (diff) |
Add curl to dendrite docker containers
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |