diff --git a/Dockerfile b/Dockerfile index 1be7b2b..4cd6696 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ 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 \ - && make deps \ + && make deps RUN set -ex \ && cd $GOPATH/src/wal-g/ \ && GOBIN=/usr/local/bin make pg_install