This commit is contained in:
parent
6e733ca9ca
commit
e6980273eb
@ -9,9 +9,7 @@ RUN set -ex \
|
|||||||
&& git clone https://github.com/wal-g/wal-g/ $GOPATH/src/wal-g \
|
&& git clone https://github.com/wal-g/wal-g/ $GOPATH/src/wal-g \
|
||||||
&& cd $GOPATH/src/wal-g/ \
|
&& cd $GOPATH/src/wal-g/ \
|
||||||
&& git checkout $WALG_VERSION
|
&& git checkout $WALG_VERSION
|
||||||
RUN set -ex \
|
|
||||||
&& make deps \
|
&& make deps \
|
||||||
&& make pg_build \
|
|
||||||
&& GOBIN=/usr/local/bin make pg_install
|
&& GOBIN=/usr/local/bin make pg_install
|
||||||
RUN wal-g --help
|
RUN wal-g --help
|
||||||
RUN ls -la /usr/local/bin/wal-g*
|
RUN ls -la /usr/local/bin/wal-g*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user