prosody: shrink container size

pull/630/head
Saúl Ibarra Corretgé 5 years ago
parent 8e7ea34c50
commit afafe23640
  1. 4
      prosody/Dockerfile

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

Loading…
Cancel
Save