Explorar el Código

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é hace 6 años
padre
commit
271300a37e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/ /