diff --git a/Dockerfile b/Dockerfile index 40c7651..498f54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN set -ex \ RUN set -ex \ && git clone https://github.com/wal-g/wal-g/ $GOPATH/src/wal-g \ && cd $GOPATH/src/wal-g/ \ - && git checkout $WALG_VERSION + && git checkout $WALG_VERSION \ && make deps \ && GOBIN=/usr/local/bin make pg_install RUN wal-g --help