Install procps, dependency of recent packages

This commit is contained in:
Kim Alvefur 2020-02-12 19:55:34 +01:00
parent f2c1afeabe
commit 80c6ffc362

View file

@ -16,6 +16,7 @@ RUN chmod a+r /etc/apt/trusted.gpg.d/prosody.gpg
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
lsb-base \
procps \
adduser \
libidn11 \
libicu63 \