From 5b893a2410a1b81a3f7d299f6b4931c713ac0de0 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Tue, 14 Nov 2023 18:21:39 +0100 Subject: [PATCH] made public-schemas public and bumped the citus_load branch --- .devcontainer/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 647d34b19..dc4e8fda8 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -178,6 +178,7 @@ RUN sudo install -d -o citus -g citus /commandhistory \ # install citus-dev RUN git clone --branch citus_load https://github.com/citusdata/tools.git citus-tools \ + && echo "cache buster 1" \ && ( cd citus-tools/citus_dev && pipenv install ) \ <<<<<<< HEAD && mkdir -p ~/.local/bin \ @@ -192,9 +193,8 @@ RUN git clone --branch citus_load https://github.com/citusdata/tools.git citus-t && ln -s ~/citus-tools/citus_dev/bash_completion ~/.local/share/bash-completion/completions/citus_dev \ && ln -s ~/citus-tools/citus_load/bash_completion ~/.local/share/bash-completion/completions/citus_load -# this is ran without a login shell, causing .profile not to be sources, meaning the .bin -# directory in our home dir is not on the path. Running citus_load by its relative path -RUN .bin/citus_load add repo github.com/citusdata/public-schemas +# preload citus_load with standard repositories +RUN citus_load repo add github.com/citusdata/public-schemas # TODO some LC_ALL errors, possibly solved by locale-gen RUN git clone https://github.com/so-fancy/diff-so-fancy.git \