From 5c33bf7d95a88a566f91aae2fdb4fbec8876f131 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Tue, 14 Sep 2021 15:19:58 +0200 Subject: [PATCH] more pg versions --- .devcontainer/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3be21eddd..ecbdc5841 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -37,8 +37,7 @@ RUN apt update && apt install -y \ zlib1g-dev \ && apt clean - RUN locale-gen en_US.UTF-8 -# TODO remove caches with `apt clean` instead +RUN locale-gen en_US.UTF-8 # allow all sudoers to login without a password prompt RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers @@ -60,6 +59,8 @@ USER citus # TODO add more postgres versions RUN pgenv build 13.4 +RUN pgenv build 12.8 +RUN pgenv build 14beta3 # sets default pg version RUN pgenv switch 13.4