From b469d81034872011421e5d90109b0cec7618bcd6 Mon Sep 17 00:00:00 2001 From: Newnius Date: Sat, 30 Mar 2019 22:06:35 +0800 Subject: [PATCH] I hate the updates --- hadoop/2.7.4/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hadoop/2.7.4/Dockerfile b/hadoop/2.7.4/Dockerfile index 8cdd314..b598ca8 100644 --- a/hadoop/2.7.4/Dockerfile +++ b/hadoop/2.7.4/Dockerfile @@ -22,6 +22,8 @@ RUN chown root:root /root/.ssh/config RUN echo "Port 2122" >> /etc/ssh/sshd_config +RUN passwd -u root + # Install Hadoop ENV HADOOP_VER 2.7.4