Skip to content

Commit

Permalink
add "/etc/ssh" to gen3 user
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 committed Jan 7, 2025
1 parent 5197266 commit f82f818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN mkdir -p /var/run/sshd ${HADOOP_HOME}/hdfs ${HADOOP_HOME}/hdfs/data ${HADOOP
&& ssh-keygen -A

# # Change owner to gen3 user
RUN chown -R gen3:gen3 ${SPARK_HOME} ${HADOOP_HOME} ${SCALA_HOME} ${JAVA_HOME}
RUN chown -R gen3:gen3 ${SPARK_HOME} ${HADOOP_HOME} ${SCALA_HOME} ${JAVA_HOME} "/etc/ssh/"

USER gen3

Expand Down

0 comments on commit f82f818

Please sign in to comment.