Remove build-essential from the Analyzer docker image (#1789)

* update docker

* more ignores
This commit is contained in:
Tamir Kamara
2025-11-19 11:02:41 +02:00
committed by GitHub
parent 728d41c11d
commit 6fcd10cb6e
4 changed files with 10 additions and 1 deletions

View File

@@ -107,3 +107,7 @@ dmypy.json
# Local configuration that shouldn't be in containers
local_settings.py
deploytoazure.json
install_dependencies.sh

View File

@@ -21,7 +21,7 @@ WORKDIR /app
# Install essential build tools and curl for health checks
RUN apt-get update \
&& apt-get install build-essential curl --no-install-recommends -y \
&& apt-get install curl --no-install-recommends -y \
&& rm -rf /var/lib/apt/lists/*
COPY ./pyproject.toml /app/

View File

@@ -107,3 +107,5 @@ dmypy.json
# Local configuration that shouldn't be in containers
local_settings.py
deploytoazure.json

View File

@@ -107,3 +107,6 @@ dmypy.json
# Local configuration that shouldn't be in containers
local_settings.py
deploytoazure.json
*.png