From f873c984f41c4f8d4b411f53aca971cfaa35ef46 Mon Sep 17 00:00:00 2001 From: wiaamm Date: Tue, 29 Jul 2025 07:04:18 +0300 Subject: [PATCH] add uzip package --- docker/openappsec-kong-gateway-plugin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/openappsec-kong-gateway-plugin/Dockerfile b/docker/openappsec-kong-gateway-plugin/Dockerfile index 601e964..ef3701a 100755 --- a/docker/openappsec-kong-gateway-plugin/Dockerfile +++ b/docker/openappsec-kong-gateway-plugin/Dockerfile @@ -3,7 +3,7 @@ FROM kong/kong-gateway USER root RUN apt-get update && apt-get install -y --no-install-recommends \ - build-essential git curl zlib1g-dev ca-certificates && \ + build-essential git curl zlib1g-dev ca-certificates unzip && \ rm -rf /var/lib/apt/lists/* RUN curl -sL https://github.com/USCiLab/cereal/archive/refs/tags/v1.3.2.tar.gz | tar xz && \