Skip to content

Commit 75c65fa

Browse files
committed
Dockerfile: Use libpcre2.
It's a modern library and is available in the source image as opposed to libpcre3 which is no longer in martenseemann/quic-network-simulator-endpoint:latest.
1 parent aca1039 commit 75c65fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM martenseemann/quic-network-simulator-endpoint:latest AS builder
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update
5-
RUN apt-get install -qy build-essential libpcre3 libpcre3-dev zlib1g zlib1g-dev curl git cmake ninja-build gnutls-bin iptables
5+
RUN apt-get install -qy build-essential libpcre2-dev zlib1g zlib1g-dev curl git cmake ninja-build gnutls-bin iptables
66

77
RUN useradd nginx
88

0 commit comments

Comments
 (0)