Skip to content

Commit 02b4135

Browse files
committed
code review
1 parent 89c97b0 commit 02b4135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && \
1313
libtool \
1414
ssh \
1515
wget \
16-
libpcre2-posix3 libpcre2-dev \
16+
libpcre2-dev \
1717
zlib1g-dev
1818

1919
ENV CFLAGS="-fPIC"

test/Dockerfile-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -x \
1414
git \
1515
gnupg2 \
1616
jq \
17-
libpcre2-posix3 libpcre2-dev \
17+
libpcre2-dev \
1818
libssl-dev \
1919
python3 \
2020
software-properties-common \

0 commit comments

Comments
 (0)