Robert Schäfer bfad621306 Disable automatic know-hosts for now
This will require user interaction when running the import script
2019-01-16 02:19:02 +01:00

10 lines
198 B
Docker

FROM mongo:latest
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
COPY import.sh .