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