Sfoglia il codice sorgente

jvb: remove no longer needed dependency

It's now listed as a jvb dependency, so we don't need to install it explicitly.
Saúl Ibarra Corretgé 6 anni fa
parent
commit
271300a37e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      jvb/Dockerfile

+ 1 - 1
jvb/Dockerfile

@@ -2,7 +2,7 @@ FROM jitsi/base-java
 
 RUN \
 	apt-dpkg-wrap apt-get update && \
-	apt-dpkg-wrap apt-get install -y procps jitsi-videobridge && \
+	apt-dpkg-wrap apt-get install -y jitsi-videobridge && \
 	apt-cleanup
 
 COPY rootfs/ /