We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 377777e + 20d2b3c commit 737a226Copy full SHA for 737a226
1 file changed
Dockerfile
@@ -22,6 +22,7 @@ RUN pip install --trusted-host pypi.org pygments \
22
&& apt-get install -y --no-install-recommends \
23
z3 \
24
libz3-dev \
25
+ libpcre3-dev \
26
&& rm -rf /var/lib/apt/lists/* \
27
&& rm -rf /lib/apk /etc/apk /home /var /tmp /srv /media /mnt /run /sbin /opt
28
COPY --from=base /usr/bin/cppcheck /usr/bin/cppcheck-htmlreport /usr/bin/misra /usr/bin/*.py /usr/bin/
0 commit comments