Ensure prosody package key is world-readable (so apt user can read it)

This commit is contained in:
Matthew Wild 2019-01-14 12:19:03 +00:00
parent 21b5e2d19b
commit 1fa2fb60ce

View file

@ -10,6 +10,7 @@ MAINTAINER Prosody Developers <developers@prosody.im>
# Some dependencies in stretch are not suitable for Prosody 0.11.x, so add our repo
RUN echo "deb http://packages.prosody.im/debian stretch main" > /etc/apt/sources.list.d/prosody.list
ADD prosody_packages.gpg /etc/apt/trusted.gpg.d/prosody.gpg
RUN chmod a+r /etc/apt/trusted.gpg.d/prosody.gpg
# Install dependencies
RUN apt-get update \