Skip to content

Commit b115cd7

Browse files
authored
Dockerfile: Fix SSH connection issue
1 parent e78c86e commit b115cd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ RUN mkdir -p /lib/airflow/example/
2525
COPY lib/airflow/example /lib/airflow/example
2626

2727
USER root
28+
29+
RUN mkdir -p /root/.ssh
30+
RUN touch /root/.ssh/known_hosts && chmod 600 /root/.ssh/known_hosts
31+
2832
CMD ["/cm-cicada"]
2933

3034
EXPOSE 8083

0 commit comments

Comments
 (0)