Skip to content

Commit

Permalink
rebuild image with new citus_load
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Nov 16, 2023
1 parent 9a2442e commit 68c608f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,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 ) \
&& ( cd citus-tools/citus_load && pipenv install ) \
&& ln -s /home/citus/citus-tools/citus_dev/citus_dev-pipenv .bin/citus_dev \
Expand Down

0 comments on commit 68c608f

Please sign in to comment.