We tried to deploy this in a dokku instance and got the following errors:
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
remote: The command '/bin/sh -c apt-get update && apt-get install -y wget dnsutils vim telnet && echo 'deb http://download.jitsi.org/nightly/deb unstable/' >> /etc/apt/sources.list && wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add - && apt-get update && apt-get -y install jitsi-meet && apt-get clean' returned a non-zero code: 255
remote:
WARNING: The following packages cannot be authenticated!
jitsi-archive-keyring jitsi-videobridge jicofo jitsi-meet-prosody jitsi-meet
E: There were unauthenticated packages and -y was used without --allow-unauthenticated
remote: The command '/bin/sh -c apt-get update && apt-get install -y gnupg2 wget dnsutils vim telnet && echo 'deb http://download.jitsi.org/nightly/deb unstable/' >> /etc/apt/sources.list && wget -qO - https://download.jitsi.org/nightly/deb/unstable/archive.key | apt-key add - && apt-get update && apt-get -y install jitsi-meet && apt-get clean' returned a non-zero code: 100
so we added the gnupg2 package and the --allow-unauthenticated flag
The deployment completes, but we don't get a working instance - we end up with the following in our logs:
We tried to deploy this in a dokku instance and got the following errors:
so we added the gnupg2 package and the --allow-unauthenticated flag
The deployment completes, but we don't get a working instance - we end up with the following in our logs: