Merge pull request #138 from Human-Connection/remove_private_ssh_key_from_docker_image

Don't copy private SSH key into docker image
This commit is contained in:
Grzegorz Leoniec 2019-01-28 17:52:54 +01:00 committed by GitHub
commit 3e570a90dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,5 @@ RUN apt-get update \
&& apt-get -y install --no-install-recommends openssh-client rsync \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY .ssh /root/.ssh/
COPY import.sh .