prosody: shrink container size

This commit is contained in:
Saúl Ibarra Corretgé 2020-05-26 23:24:30 +02:00
parent 8e7ea34c50
commit afafe23640
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ RUN \
sasl2-bin \
libsasl2-modules-ldap \
libsasl2-dev \
libsssl1.0.2 \
libssl1.0-dev \
lua-basexx \
lua-ldap \
@ -33,8 +34,9 @@ RUN \
libsasl2-dev \
libssl1.0-dev \
liblua5.2-dev \
&& apt-dpkg-wrap apt-get autoremove --purge -y \
&& apt-cleanup \
&& rm -rf /etc/prosody /var/cache/apt
&& rm -rf /etc/prosody
RUN \
apt-dpkg-wrap apt-get update \