Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 301fd81

Browse files
committed
install pcre
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
1 parent b599529 commit 301fd81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ RUN apt-get update && apt-get install -y \
66
build-essential \
77
libssl-dev \
88
pkg-config \
9+
libpcre3 \
10+
libpcre3-dev \
911
openjdk-17-jdk \
1012
git \
1113
curl \

0 commit comments

Comments
 (0)