mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
coturn container - pin alpine version manually
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
bc0570440e
commit
5e3ef12afb
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,8 @@ FROM nats:2.9.18-scratch as nats
|
|||
FROM strukturag/nextcloud-spreed-signaling:1.1.2 as signaling
|
||||
FROM coturn/coturn:4.6.2-r3-alpine
|
||||
USER root
|
||||
# Pin alpine version manually as long as https://github.com/coturn/coturn/issues/1226 is not done
|
||||
ENV ALPINE_VERSION=3.18
|
||||
|
||||
COPY --from=nats /nats-server /usr/local/bin/nats-server
|
||||
COPY --from=signaling /usr/bin/nextcloud-spreed-signaling /usr/local/bin/nextcloud-spreed-signaling
|
||||
|
@ -10,6 +12,7 @@ COPY --chmod=775 start.sh /usr/bin/start.sh
|
|||
COPY --chmod=664 supervisord.conf /supervisord.conf
|
||||
|
||||
RUN set -ex; \
|
||||
grep VERSION_ID /etc/os-release | grep -q "$ALPINE_VERSION.[0-9]\+$"; \
|
||||
apk add --no-cache \
|
||||
ca-certificates \
|
||||
tzdata \
|
||||
|
|
Loading…
Reference in a new issue