aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index b15282aaf..7e117971d 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -20,7 +20,8 @@ RUN sudo apt-get update && sudo apt-get install -yy \
libtool \
linux-headers-`uname -r` \
mscgen \
- ruby-dev
+ ruby-dev \
+ xsltproc
RUN sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 10
RUN sudo ln -s /usr/bin/clang-3.8 /usr/bin/clang