base: fix warning when installing packages

This commit is contained in:
Saúl Ibarra Corretgé 2018-07-17 11:15:14 +02:00
parent 1d22539aac
commit ccc6eb4220
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN \
tar xfz /tmp/s6-overlay.tar.gz -C / && \
rm -f /tmp/*.tar.gz && \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y apt-transport-https ca-certificates gnupg && \
apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg && \
apt-key add /tmp/jitsi.key && \
rm -f /tmp/jitsi.key && \
echo "deb https://download.jitsi.org $JITSI_RELEASE/" > /etc/apt/sources.list.d/jitsi.list && \