mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Disable automatic know-hosts for now
This will require user interaction when running the import script
This commit is contained in:
parent
8d8dfb0640
commit
bfad621306
@ -4,6 +4,6 @@ ARG KNOWN_HOST
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install openssh-client
|
||||
COPY id_rsa /root/.ssh/id_rsa
|
||||
RUN ssh-keyscan -H $KNOWN_HOST >> /root/.ssh/known_hosts
|
||||
# RUN ssh-keyscan -H $KNOWN_HOST >> /root/.ssh/known_hosts
|
||||
COPY import.sh .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user