2 ENV PACKAGES flex bison \
39 libspice-protocol-dev \
63 RUN apt-get update && \
64 DEBIAN_FRONTEND=noninteractive apt-get -y install $PACKAGES
65 RUN dpkg -l $PACKAGES | sort > /packages.txt
66 ENV FEATURES clang tsan pyyaml sdl2
68 # Apply patch https://reviews.llvm.org/D75820
69 # This is required for TSan in clang-10 to compile with QEMU.
70 RUN sed -i 's/^const/static const/g' /usr/lib/llvm-10/lib/clang/10.0.0/include/sanitizer/tsan_interface.h