From 99cca972d0fba681e1787170ba073e1e2295965f Mon Sep 17 00:00:00 2001
From: samene <46681492+samene@users.noreply.github.com>
Date: Fri, 22 Jul 2022 13:49:00 +0000
Subject: [PATCH] 'find' command is missing in the 4.5.0 docker image #242 (#243)

---
 opendj-packages/opendj-docker/Dockerfile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-packages/opendj-docker/Dockerfile b/opendj-packages/opendj-docker/Dockerfile
index 436043c..db476e1 100644
--- a/opendj-packages/opendj-docker/Dockerfile
+++ b/opendj-packages/opendj-docker/Dockerfile
@@ -21,7 +21,7 @@
 WORKDIR /opt
 
 RUN  microdnf upgrade --nodocs \
- && microdnf install  --nodocs curl unzip \
+ && microdnf install  --nodocs curl unzip findutils \
  && curl -L https://github.com/OpenIdentityPlatform/OpenDJ/releases/download/$VERSION/opendj-$VERSION.zip --output opendj-$VERSION.zip \
  && unzip opendj-$VERSION.zip \
  && microdnf remove unzip \
@@ -44,4 +44,4 @@
 
 HEALTHCHECK --interval=30s --timeout=30s --start-period=1s --retries=3 CMD opendj/bin/ldapsearch --hostname localhost --port 1636 --bindDN "$ROOT_USER_DN" --bindPassword $ROOT_PASSWORD --useSsl --trustAll --baseDN "$BASE_DN" --searchScope base "(objectClass=*)" 1.1 || exit 1
 
-ENTRYPOINT ["/opt/opendj/run.sh"]
\ No newline at end of file
+ENTRYPOINT ["/opt/opendj/run.sh"]

--
Gitblit v1.10.0