diff --git a/Dockerfile-py3 b/Dockerfile-py3 index 7beeb35d..efca67eb 100644 --- a/Dockerfile-py3 +++ b/Dockerfile-py3 @@ -14,9 +14,7 @@ RUN pip install -r test-requirements.txt COPY . /src RUN pip install . -# install SSHD -RUN apt-get install -y openssh-client # Add the keys and set permissions COPY tests/ssh-keys /root/.ssh RUN chmod 600 /root/.ssh/id_rsa && \ - chmod 600 /root/.ssh/id_rsa.pub \ No newline at end of file + chmod 600 /root/.ssh/id_rsa.pub diff --git a/tests/Dockerfile b/tests/Dockerfile index ff25fa1c..3cdf18f7 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -39,4 +39,4 @@ RUN apt-get install -y openssh-client # Add the keys and set permissions COPY tests/ssh-keys /root/.ssh RUN chmod 600 /root/.ssh/id_rsa && \ - chmod 600 /root/.ssh/id_rsa.pub \ No newline at end of file + chmod 600 /root/.ssh/id_rsa.pub