mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #2328 from nextcloud/talk
talk use official coturn image
This commit is contained in:
commit
b75e10e5f3
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM nats:2.9.15-scratch as nats
|
FROM nats:2.9.15-scratch as nats
|
||||||
FROM strukturag/nextcloud-spreed-signaling:1.1.2 as signaling
|
FROM strukturag/nextcloud-spreed-signaling:1.1.2 as signaling
|
||||||
FROM alpine:3.17.3
|
FROM coturn/coturn:4.6.2-alpine
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
COPY --from=nats /nats-server /usr/local/bin/nats-server
|
COPY --from=nats /nats-server /usr/local/bin/nats-server
|
||||||
|
|
@ -11,7 +11,6 @@ RUN set -ex; \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
tzdata \
|
tzdata \
|
||||||
bash \
|
bash \
|
||||||
coturn \
|
|
||||||
openssl \
|
openssl \
|
||||||
supervisor \
|
supervisor \
|
||||||
bind-tools \
|
bind-tools \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue