From aa779240131f079b84e765f1de2288ab5d2b9ce2 Mon Sep 17 00:00:00 2001 From: lijun02agoraio Date: Tue, 19 May 2026 11:55:17 +0800 Subject: [PATCH] Add patch package to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2d4bde6..fae62e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend curl \ vim \ git \ + patch \ libssl-dev \ libcrypto++-dev \ zlib1g-dev \