chore: fixed github connector dependency and update connector status configuration

This commit is contained in:
Anish Sarkar 2026-01-26 03:24:05 +05:30
parent 13fdb3e309
commit 0e26fb157a
3 changed files with 2 additions and 6 deletions

View file

@ -228,7 +228,7 @@ COPY scripts/docker/init-postgres.sh /app/init-postgres.sh
RUN dos2unix /app/init-postgres.sh && chmod +x /app/init-postgres.sh RUN dos2unix /app/init-postgres.sh && chmod +x /app/init-postgres.sh
# Clean up build dependencies to reduce image size # Clean up build dependencies to reduce image size
RUN apt-get purge -y build-essential postgresql-server-dev-14 git \ RUN apt-get purge -y build-essential postgresql-server-dev-14 \
&& apt-get autoremove -y \ && apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

View file

@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxext6 \ libxext6 \
libxrender1 \ libxrender1 \
dos2unix \ dos2unix \
git \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Update certificates and install SSL tools # Update certificates and install SSL tools

View file

@ -29,11 +29,6 @@
"enabled": false, "enabled": false,
"status": "disabled", "status": "disabled",
"statusMessage": "Not available yet." "statusMessage": "Not available yet."
},
"GITHUB_CONNECTOR": {
"enabled": false,
"status": "warning",
"statusMessage": "Some issues with indexing repositories."
} }
}, },
"globalSettings": { "globalSettings": {