workflow
Some checks failed
Build Docker Image / build (push) Failing after 3m1s

This commit is contained in:
Matt Avery 2025-06-24 22:34:32 -04:00
parent 69dc46ac21
commit cbbe296ea2

View File

@ -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/ \