From 93f36adfea56f4ce40bd2d0a2a4f2caa401e4cb5 Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Sat, 28 Sep 2024 12:41:01 -0400 Subject: [PATCH] Fix missing zipgrep on Alpine (#562) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1ea238c..7518aee6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN addgroup --gid 5123 cdb && \ WORKDIR /home/cdb RUN \ - apk add --no-cache postgresql-libs git bash && \ + apk add --no-cache postgresql-libs git bash unzip && \ apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev g++ RUN mkdir /var/cdb