From cbbe296ea25d912e31929634803d81ca7c373677 Mon Sep 17 00:00:00 2001 From: Matt Avery Date: Tue, 24 Jun 2025 22:34:32 -0400 Subject: [PATCH] workflow --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4cd6696..a1477cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV WALG_VERSION=v3.0.7 ENV USE_BROTLI=1 RUN set -ex \ - && apk add --no-cache wget git build-base bash brotli-dev + && apk add --no-cache wget git build-base bash brotli-dev cmake RUN set -ex \ && git clone https://github.com/wal-g/wal-g/ $GOPATH/src/wal-g \ && cd $GOPATH/src/wal-g/ \