Add the build of Wazuh cert tool image to build image process

This commit is contained in:
vcerenu
2024-06-07 05:44:14 -03:00
parent 4ba7cba72d
commit fc1ece705e
6 changed files with 10 additions and 15 deletions
@@ -0,0 +1,13 @@
# Wazuh Docker Copyright (C) 2017, Wazuh Inc. (License GPLv2)
FROM amazonlinux:2023
RUN yum install curl-minimal openssl -y &&\
yum clean all
WORKDIR /
COPY config/entrypoint.sh /
RUN chmod 700 /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]