Skip to content

Instantly share code, notes, and snippets.

@jelford
Created August 21, 2020 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jelford/29fe7754beb2a666d56801f204ed0724 to your computer and use it in GitHub Desktop.
Save jelford/29fe7754beb2a666d56801f204ed0724 to your computer and use it in GitHub Desktop.
Toolbox for setting up RingCentral Meetings
FROM registry.fedoraproject.org/f32/fedora-toolbox:latest
RUN set pipefail && \
dnf update --all -y && \
curl -sSLo "ringcentral_x86_64.rpm" "https://ringcentral.zoom.us/client/latest/ringcentral_x86_64.rpm" && \
dnf localinstall -y "ringcentral_x86_64.rpm" && \
dnf clean all
# build with `podman build -t ringcentral-image .
# init toolbox with `toolbox create -i ringcentral-image -c ringcentral
# run in toolobox with `toolbox run -c ringcentral ringcentral`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment