We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5472631 commit 5926c61Copy full SHA for 5926c61
1 file changed
dockerfiles/v1/jammy300-alpine
@@ -16,7 +16,7 @@ RUN curl -sL https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc | apt-key a
16
RUN useradd --system --user-group --home-dir /var/bigbluebutton bigbluebutton
17
RUN touch /.dockerenv
18
RUN apt-get update \
19
- && apt-get download bbb-playback bbb-playback-presentation bbb-playback-podcast bbb-playback-screenshare bbb-playback-video \
+ && apt-get download bbb-playback bbb-playback-presentation bbb-playback-podcast bbb-playback-screenshare bbb-playback-video bbb-playback-notes \
20
&& dpkg -i --force-depends ./*.deb
21
22
FROM alpine AS nginx
0 commit comments