mirror of https://github.com/citusdata/citus.git
use stable release of pgenv
parent
497807a6b7
commit
b44ccb24d3
|
@ -47,7 +47,7 @@ RUN useradd -ms /bin/bash citus \
|
|||
WORKDIR /home/citus
|
||||
USER citus
|
||||
|
||||
RUN git clone https://github.com/theory/pgenv.git .pgenv
|
||||
RUN git clone --branch v1.3.2 --depth 1 https://github.com/theory/pgenv.git .pgenv
|
||||
COPY --chown=citus:citus pgenv/config/ .pgenv/config/
|
||||
ENV PATH="/home/citus/.pgenv/bin:${PATH}"
|
||||
ENV PATH="/home/citus/.pgenv/pgsql/bin:${PATH}"
|
||||
|
|
Loading…
Reference in New Issue