Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM bitnami/minideb@sha256:bce8004f7da6547bc568e92895e1b3a3835e6dba48283fbbf9b3f66c1d166c6d as builder
FROM bitnami/minideb@sha256:a33a07e25701a9a3b374004e31854e5b0c5b89d98018b0199a0e22740fe0a1de as builder
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@sha256:bce8004f7da6547bc568e92895e1b3a3835e6dba48283fbbf9b3f66c1d166c6d
FROM bitnami/minideb@sha256:a33a07e25701a9a3b374004e31854e5b0c5b89d98018b0199a0e22740fe0a1de
LABEL maintainer="support@opennix.ru"
LABEL description="Wazuh Docker Agent"
ARG AGENT_VERSION="4.14.1-1"
Expand Down
Loading