mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-15 07:12:32 +02:00
bbb v2.5-rc.1, etherpad 1.8.18
This commit is contained in:
@ -3,7 +3,7 @@ FROM node:14.18.3-bullseye-slim AS builder
|
||||
|
||||
RUN apt-get update && apt-get install -y git wget
|
||||
|
||||
RUN wget -q https://github.com/mikefarah/yq/releases/download/v4.20.1/yq_linux_amd64 -O /usr/bin/yq \
|
||||
RUN wget -q https://github.com/mikefarah/yq/releases/download/v4.25.1/yq_linux_amd64 -O /usr/bin/yq \
|
||||
&& chmod +x /usr/bin/yq
|
||||
|
||||
COPY ./bbb-webhooks /bbb-webhooks
|
||||
|
Reference in New Issue
Block a user