Skip to content

Commit 737a226

Browse files
authored
Merge pull request #35 from MrGooss/master
Fixed issue 34 -> libpcre3 not being installed correctly
2 parents 377777e + 20d2b3c commit 737a226

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN pip install --trusted-host pypi.org pygments \
2222
&& apt-get install -y --no-install-recommends \
2323
z3 \
2424
libz3-dev \
25+
libpcre3-dev \
2526
&& rm -rf /var/lib/apt/lists/* \
2627
&& rm -rf /lib/apk /etc/apk /home /var /tmp /srv /media /mnt /run /sbin /opt
2728
COPY --from=base /usr/bin/cppcheck /usr/bin/cppcheck-htmlreport /usr/bin/misra /usr/bin/*.py /usr/bin/

0 commit comments

Comments
 (0)