Explicitly install some base requirements
These are in the Prosody debian package dependencies.
This commit is contained in:
parent
67de3d1ecc
commit
01bbe56547
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue