mirror of https://github.com/citusdata/citus.git
more pg versions
parent
348962e7f1
commit
5c33bf7d95
|
@ -37,8 +37,7 @@ RUN apt update && apt install -y \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
&& apt clean
|
&& apt clean
|
||||||
|
|
||||||
RUN locale-gen en_US.UTF-8
|
RUN locale-gen en_US.UTF-8
|
||||||
# TODO remove caches with `apt clean` instead
|
|
||||||
|
|
||||||
# allow all sudoers to login without a password prompt
|
# allow all sudoers to login without a password prompt
|
||||||
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||||
|
@ -60,6 +59,8 @@ USER citus
|
||||||
|
|
||||||
# TODO add more postgres versions
|
# TODO add more postgres versions
|
||||||
RUN pgenv build 13.4
|
RUN pgenv build 13.4
|
||||||
|
RUN pgenv build 12.8
|
||||||
|
RUN pgenv build 14beta3
|
||||||
|
|
||||||
# sets default pg version
|
# sets default pg version
|
||||||
RUN pgenv switch 13.4
|
RUN pgenv switch 13.4
|
||||||
|
|
Loading…
Reference in New Issue