From: garciadeblas Date: Thu, 29 Jan 2026 10:58:36 +0000 (+0100) Subject: Add ssh key to Dockerfile.production for tests X-Git-Tag: v19.0.0~2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F15706%2F1;p=osm%2Ftests.git Add ssh key to Dockerfile.production for tests Change-Id: I1849a8170779b29e88af515c0d7c2b41694e6130 Signed-off-by: garciadeblas --- diff --git a/Dockerfile.production b/Dockerfile.production index 4f8b5169..5fffd7db 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -149,4 +149,6 @@ ENV OSM_RSA_FILE=/root/osm_id_rsa ENV LC_ALL=C.UTF-8 ENV LANG=C.UTF-8 -ENTRYPOINT [ "/robot-systest/run_test.sh"] +RUN cat /dev/zero | ssh-keygen -t rsa -q -N "" > /dev/null + +ENTRYPOINT [ "/bin/sh" ]