File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed
Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS alpine
22
3- FROM ubuntu:20 .04 AS bbb-playback
3+ FROM ubuntu:22 .04 AS bbb-playback
44ENV DEBIAN_FRONTEND=noninteractive
55RUN apt-get update \
66 && apt-get install -y language-pack-en \
77 && update-locale LANG=en_US.UTF-8
88ENV LANG=en_US.UTF-8
99RUN apt-get update \
1010 && apt-get install -y software-properties-common curl net-tools nginx
11- RUN add-apt-repository -y ppa:bigbluebutton/support
12-
13- RUN apt-get update \
11+ RUN add-apt-repository -y ppa:rmescandon/yq \
12+ && apt-get update \
1413 && apt-get install -y yq
1514RUN curl -sL https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc | apt-key add - \
16- && echo "deb https://ubuntu.bigbluebutton.org/focal-260 bigbluebutton-focal main" >/etc/apt/sources.list.d/bigbluebutton.list
15+ && echo "deb https://ubuntu.bigbluebutton.org/jammy-300 bigbluebutton-jammy main" >/etc/apt/sources.list.d/bigbluebutton.list
1716RUN useradd --system --user-group --home-dir /var/bigbluebutton bigbluebutton
1817RUN touch /.dockerenv
1918RUN apt-get update \
Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS alpine
22
3- FROM ubuntu:20 .04 AS bbb-playback
3+ FROM ubuntu:22 .04 AS bbb-playback
44ENV DEBIAN_FRONTEND=noninteractive
55RUN apt-get update \
66 && apt-get install -y language-pack-en \
77 && update-locale LANG=en_US.UTF-8
88ENV LANG=en_US.UTF-8
99RUN apt-get update \
1010 && apt-get install -y software-properties-common curl net-tools nginx
11- RUN add-apt-repository -y ppa:bigbluebutton/support
12-
13- RUN apt-get update \
11+ RUN add-apt-repository -y ppa:rmescandon/yq \
12+ && apt-get update \
1413 && apt-get install -y yq
1514RUN curl -sL https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc | apt-key add - \
16- && echo "deb https://ubuntu.bigbluebutton.org/focal-260 bigbluebutton-focal main" >/etc/apt/sources.list.d/bigbluebutton.list
15+ && echo "deb https://ubuntu.bigbluebutton.org/jammy-300 bigbluebutton-jammy main" >/etc/apt/sources.list.d/bigbluebutton.list
1716RUN useradd --system --user-group --home-dir /var/bigbluebutton bigbluebutton
1817RUN touch /.dockerenv
1918RUN apt-get update \
Original file line number Diff line number Diff line change 11FROM amazonlinux:2.0.20240620.0 AS amazonlinux
22SHELL ["/bin/bash", "-c"]
33
4- FROM ubuntu:20 .04 AS bbb-playback
4+ FROM ubuntu:22 .04 AS bbb-playback
55ENV DEBIAN_FRONTEND=noninteractive
66RUN apt-get update \
77 && apt-get install -y language-pack-en \
88 && update-locale LANG=en_US.UTF-8
99ENV LANG=en_US.UTF-8
1010RUN apt-get update \
1111 && apt-get install -y software-properties-common curl net-tools nginx
12- RUN add-apt-repository -y ppa:bigbluebutton/support
13-
14- RUN apt-get update \
12+ RUN add-apt-repository -y ppa:rmescandon/yq \
13+ && apt-get update \
1514 && apt-get install -y yq
1615RUN curl -sL https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc | apt-key add - \
17- && echo "deb https://ubuntu.bigbluebutton.org/focal-260 bigbluebutton-focal main" >/etc/apt/sources.list.d/bigbluebutton.list
16+ && echo "deb https://ubuntu.bigbluebutton.org/jammy-300 bigbluebutton-jammy main" >/etc/apt/sources.list.d/bigbluebutton.list
1817RUN useradd --system --user-group --home-dir /var/bigbluebutton bigbluebutton
1918RUN touch /.dockerenv
2019RUN apt-get update \
You can’t perform that action at this time.
0 commit comments