diff --git a/.dockerignore b/.dockerignore index 406608f..f212afb 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,3 +10,4 @@ images/Dockerfie.* tests .pytest_cache .tfcache + .dccache diff --git a/Dockerfile b/Dockerfile index 6492049..8521bc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ COPY requirements.txt /tmp RUN install_packages python3-pip python3-setuptools python3-dev gcc && \ python3 -m pip wheel -w /tmp/wheel -r /tmp/requirements.txt -FROM bitnami/minideb:latest-amd64 +FROM bitnami/minideb:bookworm LABEL maintainer="medvedev.yp@gmail.com" LABEL version="4.3.10" LABEL description="Wazuh Docker Agent"