Parcourir la source

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é il y a 6 ans
Parent
commit
271300a37e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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/ /