mirror of https://github.com/citusdata/citus.git
configure diff-so-fancy
parent
d926bea1c4
commit
b5471736ff
|
@ -140,7 +140,9 @@ RUN git clone https://github.com/citusdata/tools.git citus-tools \
|
||||||
|
|
||||||
# TODO some LC_ALL errors, possibly solved by locale-gen
|
# TODO some LC_ALL errors, possibly solved by locale-gen
|
||||||
RUN git clone https://github.com/so-fancy/diff-so-fancy.git \
|
RUN git clone https://github.com/so-fancy/diff-so-fancy.git \
|
||||||
&& ln -s /home/citus/diff-so-fancy/diff-so-fancy .bin/
|
&& ln -s /home/citus/diff-so-fancy/diff-so-fancy .bin/ \
|
||||||
|
&& git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX" \
|
||||||
|
&& git config --global interactive.diffFilter "diff-so-fancy --patch"
|
||||||
|
|
||||||
# place to run your cluster with citus_dev
|
# place to run your cluster with citus_dev
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"image": "citus/devcontainer:dev-20220509",
|
"image": "citus/devcontainer:dev-20220513",
|
||||||
"runArgs": [
|
"runArgs": [
|
||||||
"--cap-add=SYS_PTRACE",
|
"--cap-add=SYS_PTRACE",
|
||||||
"--security-opt",
|
"--security-opt",
|
||||||
|
|
Loading…
Reference in New Issue