Explicitly install some base requirements

These are in the Prosody debian package dependencies.
This commit is contained in:
Kim Alvefur 2017-10-20 03:39:45 +02:00
parent 67de3d1ecc
commit 01bbe56547

View file

@ -10,6 +10,8 @@ MAINTAINER Lloyd Watkin <lloyd@evilprofessor.co.uk>
# Install dependencies
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
lsb-base \
adduser \
libidn11 \
liblua5.1-expat0 \
libssl1.0.0 \
@ -26,6 +28,7 @@ RUN apt-get update \
lua5.1 \
openssl \
ca-certificates \
ssl-cert \
&& rm -rf /var/lib/apt/lists/*
# Install and configure prosody