Skip to content

Commit 8759831

Browse files
committed
fix: add libjitterentropy3-dev for ubuntu 26.04 static link
1 parent f855805 commit 8759831

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

examples/proxy-validation-test/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
77
ninja-build \
88
libboost-all-dev \
99
libssl-dev \
10+
libjitterentropy3-dev \
1011
libcurl4-openssl-dev \
1112
git \
1213
curl \

examples/proxy-validation-test/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ export LD_MOBILE_KEY="your-mobile-key-here"
4040
docker compose up --build
4141
```
4242

43-
**Note:** The Dockerfile uses Ubuntu 24.04 to ensure Boost 1.81+ is available.
44-
4543
## Supported Proxy Types
4644

4745
The SDK (via CURL) supports:

0 commit comments

Comments
 (0)