| commit | ebc7efd62f80ff69f972f2b022eae589f0f77c55 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Jan 29 11:58:36 2026 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Jan 29 11:58:36 2026 +0100 |
| tree | 6db726bc37d2f95495b57b9f3a1e25e24d08e2c0 | |
| parent | a138f268acbc321d9a1aa0816e5c5bb7b95a7f50 [diff] |
Add ssh key to Dockerfile.production for tests Change-Id: I1849a8170779b29e88af515c0d7c2b41694e6130 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Dockerfile.production b/Dockerfile.production index 4f8b516..5fffd7d 100644 --- a/Dockerfile.production +++ b/Dockerfile.production
@@ -149,4 +149,6 @@ 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" ]