Skip to content

Commit

Permalink
Add shadow-utils
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Oct 23, 2024
1 parent ef1d8fe commit 5babb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG JDK_VER=11

ENV PATH /usr/share/opensearch/bin:$PATH

RUN yum install -y tar gzip
RUN yum install -y tar gzip shadow-utils

RUN if [[ "${JDK_VER}" = "17" ]] ; then \
curl -s https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-x64_bin.tar.gz | tar -C /opt -zxf -; \
Expand Down

0 comments on commit 5babb83

Please sign in to comment.