mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-03 16:21:43 +02:00
prosody: shrink container size
This commit is contained in:
parent
8e7ea34c50
commit
afafe23640
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user