install python tools for code formatting

pull/7355/head
Nils Dijk 2023-11-17 14:31:51 +01:00
parent c019acc01b
commit e5b940728c
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
2 changed files with 3 additions and 1 deletions

View File

@ -212,5 +212,7 @@ RUN sudo chown --from=root:root citus:citus -R ~
# sets default pg version
RUN pgenv switch 16.1
RUN --mount=type=bind,source=requirements.txt,target=requirements.txt pip install -r requirements.txt
# make connecting to the coordinator easy
ENV PGPORT=9700

View File

@ -1,5 +1,5 @@
{
"image": "ghcr.io/citusdata/citus-devcontainer:main",
"image": "ghcr.io/citusdata/citus-devcontainer:devcontainer-format-tools",
"runArgs": [
"--cap-add=SYS_PTRACE",
],