Fixed missing xmlstartlet

This commit is contained in:
Fred Dixon 2018-09-24 11:27:12 -05:00
parent f65195503f
commit 19183c91c9

View File

@ -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