mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-23 11:20:55 -05:00
Remove build-essential from the Analyzer docker image (#1789)
* update docker * more ignores
This commit is contained in:
@@ -107,3 +107,7 @@ dmypy.json
|
||||
|
||||
# Local configuration that shouldn't be in containers
|
||||
local_settings.py
|
||||
|
||||
deploytoazure.json
|
||||
install_dependencies.sh
|
||||
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -107,3 +107,5 @@ dmypy.json
|
||||
|
||||
# Local configuration that shouldn't be in containers
|
||||
local_settings.py
|
||||
|
||||
deploytoazure.json
|
||||
|
||||
@@ -107,3 +107,6 @@ dmypy.json
|
||||
|
||||
# Local configuration that shouldn't be in containers
|
||||
local_settings.py
|
||||
|
||||
deploytoazure.json
|
||||
*.png
|
||||
|
||||
Reference in New Issue
Block a user