diff --git a/container/Dockerfile b/container/Dockerfile index 25cebdd0..4c4072ba 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -7,7 +7,7 @@ ENV EMBEDHTTP=1 ENV EMBEDTFTP=0 RUN ["yum", "-y", "update"] RUN ["rpm", "-ivh", "https://hpc.lenovo.com/yum/latest/el10/x86_64/lenovo-hpc-yum-1-1.x86_64.rpm"] -RUN ["yum", "-y", "install", "lenovo-confluent", "tftp-server", "openssh-clients", "openssl", "vim-enhanced", "iproute", "policycoreutils", "selinux-policy-targeted"] +RUN ["yum", "-y", "install", "lenovo-confluent", "tftp-server", "openssh-clients", "openssl", "vim-enhanced", "iproute", "policycoreutils", "selinux-policy-targeted", "device-mapper"] RUN ["chown", "-r", "root", "/etc/confluent"] ADD runconfluent.sh /bin/ CMD ["/bin/bash", "/bin/runconfluent.sh"]