rebuild image with new citus_load

devcontainer/citus-load
Nils Dijk 2023-11-16 18:47:09 +00:00
parent 5b893a2410
commit 8cab2f44ef
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +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" \
&& echo "cache buster 2" \
&& ( cd citus-tools/citus_dev && pipenv install ) \
<<<<<<< HEAD
&& mkdir -p ~/.local/bin \