diff --git a/presidio-analyzer/.dockerignore b/presidio-analyzer/.dockerignore index 148fe604f..06a12408d 100644 --- a/presidio-analyzer/.dockerignore +++ b/presidio-analyzer/.dockerignore @@ -107,3 +107,7 @@ dmypy.json # Local configuration that shouldn't be in containers local_settings.py + +deploytoazure.json +install_dependencies.sh + diff --git a/presidio-analyzer/Dockerfile b/presidio-analyzer/Dockerfile index 9da8b5e42..df9d92c93 100644 --- a/presidio-analyzer/Dockerfile +++ b/presidio-analyzer/Dockerfile @@ -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/ diff --git a/presidio-anonymizer/.dockerignore b/presidio-anonymizer/.dockerignore index 148fe604f..23dd2ed83 100644 --- a/presidio-anonymizer/.dockerignore +++ b/presidio-anonymizer/.dockerignore @@ -107,3 +107,5 @@ dmypy.json # Local configuration that shouldn't be in containers local_settings.py + +deploytoazure.json diff --git a/presidio-image-redactor/.dockerignore b/presidio-image-redactor/.dockerignore index 148fe604f..9ffa5a264 100644 --- a/presidio-image-redactor/.dockerignore +++ b/presidio-image-redactor/.dockerignore @@ -107,3 +107,6 @@ dmypy.json # Local configuration that shouldn't be in containers local_settings.py + +deploytoazure.json +*.png