diff options
author | Kevin Hilman <khilman@baylibre.com> | 2021-01-04 08:36:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 08:36:41 -0800 |
commit | 9b1f44982e0091d5e620d225b59ad5a4c0fc5aeb (patch) | |
tree | 075621a294fd16b0e177529af3073427aedd3c64 /lava-slave/Dockerfile | |
parent | 7151f9ebc95495b0eb3beb6ee556737a5c6ed163 (diff) | |
parent | 7739038c60331b71add3d5183412e50a38bfa2f3 (diff) |
Merge pull request #130 from montjoie/support-2020.09plus
Support 2020.09plus
Diffstat (limited to 'lava-slave/Dockerfile')
-rw-r--r-- | lava-slave/Dockerfile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lava-slave/Dockerfile b/lava-slave/Dockerfile index b37f7a6..bb59174 100644 --- a/lava-slave/Dockerfile +++ b/lava-slave/Dockerfile @@ -68,11 +68,6 @@ RUN chmod +x /root/entrypoint.d/* RUN if [ -x /usr/local/bin/extra_actions ] ; then /usr/local/bin/extra_actions ; fi -RUN apt-get -y install screen openssh-server -RUN ssh-keygen -q -f /root/.ssh/id_rsa -RUN cat /root/.ssh/id_rsa.pub > /root/.ssh/authorized_keys -COPY lava-screen.conf /root/ - COPY zmq_auth/ /etc/lava-dispatcher/certificates.d/ EXPOSE 69/udp 80 |