Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
espressomd
docker
Commits
b57e6631
Verified
Commit
b57e6631
authored
May 01, 2020
by
Jean-Noël Grad
Browse files
Add missing package llvm
Debug builds with ASAN require llvm-symbolizer to generate reports.
parent
06b6216c
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile-ubuntu-20.04
View file @
b57e6631
...
...
@@ -4,7 +4,7 @@ COPY build-and-install-scafacos.sh /tmp
COPY ubuntu-packages.txt /tmp
RUN apt-get update && xargs -a /tmp/ubuntu-packages.txt apt-get install --no-install-recommends -y \
&& apt-get install -y --no-install-recommends \
clang-9 clang-tidy-9 clang-format-9 \
clang-9 clang-tidy-9 clang-format-9
llvm-9
\
doxygen \
ffmpeg \
gcc-8 g++-8 \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment