diff options
Diffstat (limited to 'ciimage/Dockerfile')
-rw-r--r-- | ciimage/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile index c398fad..25cc6fa 100644 --- a/ciimage/Dockerfile +++ b/ciimage/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get -y update && apt-get -y upgrade \ && apt-get -y install qt4-linguist-tools \ && apt-get -y install python-dev \ && apt-get -y install libomp-dev openssh-client \ +&& apt-get -y install -y clang libclang-dev llvm-dev flex \ && python3 -m pip install hotdoc codecov \ && dub fetch urld \ && dub build urld --compiler=gdc |