From 19183c91c94356340d462b48502623b165f6721b Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Mon, 24 Sep 2018 11:27:12 -0500 Subject: [PATCH] Fixed missing xmlstartlet --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40b333b..e6064fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN apt-get update && apt-get install -y nodejs RUN apt-get install -y bbb-html5 RUN apt-get update -RUN apt-get install -y coturn vim +RUN apt-get install -y coturn xmlstarlet vim mlocate # -- Install supervisor to run all the BigBlueButton processes (replaces systemd) RUN apt-get install -y supervisor