[PATCH] D126196: [analyzer] SATest: Ensure Docker image can be built
Marco Antognini via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 20 00:43:32 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe15fef41709a: [analyzer] SATest: Ensure Docker image can be built (authored by mantognini).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126196/new/
https://reviews.llvm.org/D126196
Files:
clang/utils/analyzer/Dockerfile
Index: clang/utils/analyzer/Dockerfile
===================================================================
--- clang/utils/analyzer/Dockerfile
+++ clang/utils/analyzer/Dockerfile
@@ -18,6 +18,7 @@
python3=3.6.7-1~18.04 \
python3-pip=9.0.1-2.3* \
cmake=3.20.5* \
+ cmake-data=3.20.5* \
ninja-build=1.8.2-1
# box2d dependencies
@@ -52,6 +53,9 @@
flex=2.6.4-6 \
bison=2:3.0.4.*
+RUN apt-get install -y \
+ libjpeg-dev
+
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
VOLUME /analyzer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126196.438274.patch
Type: text/x-patch
Size: 555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220620/d20ce699/attachment-0001.bin>
More information about the cfe-commits
mailing list