File tree Expand file tree Collapse file tree 4 files changed +15
-18
lines changed
Expand file tree Collapse file tree 4 files changed +15
-18
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 130130 net-smtp
131131 marcel (1.0.4 )
132132 mini_mime (1.1.5 )
133- mini_portile2 (2.8.7 )
133+ mini_portile2 (2.8.8 )
134134 minitest (5.25.1 )
135135 minitest-stub_any_instance (1.0.3 )
136136 msgpack (1.7.0 )
144144 net-smtp (0.5.0 )
145145 net-protocol
146146 nio4r (2.7.3 )
147- nokogiri (1.16.7 )
147+ nokogiri (1.18.3 )
148148 mini_portile2 (~> 2.8.2 )
149149 racc (~> 1.4 )
150150 parallel (1.22.1 )
157157 puma (6.4.3 )
158158 nio4r (~> 2.0 )
159159 racc (1.8.1 )
160- rack (3.1.8 )
160+ rack (3.1.10 )
161161 rack-session (2.0.0 )
162162 rack (>= 3.0.0 )
163163 rack-test (2.1.0 )
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