Skip to content

Commit

Permalink
Fixed missing xmlstartlet
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Sep 24, 2018
1 parent f651955 commit 19183c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19183c9

Please sign in to comment.