Remove our repo
Debian versions of dependencies should be fine now
This commit is contained in:
parent
7a6b4df1a2
commit
4878e32010
1 changed files with 0 additions and 5 deletions
|
@ -7,11 +7,6 @@ FROM debian:10
|
||||||
|
|
||||||
MAINTAINER Prosody Developers <developers@prosody.im>
|
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
|
# Install dependencies
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
|
|
Loading…
Reference in a new issue