From bbc8667c28505b75fa3e2b912c1b7503144ea2ee Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Tue, 3 Aug 2021 20:59:02 +0200 Subject: [PATCH] Dockerfile: Add ssh and qemu-system-x86 Useful for testing. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fe0f574..a00e03a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update && \ ca-certificates \ qemu-user-static \ qemu-system-arm \ + qemu-system-x86 \ device-tree-compiler \ gcc \ gcc-arm-none-eabi \ @@ -28,6 +29,7 @@ RUN apt-get update && \ pwgen \ libssl-dev \ parallel \ + ssh \ sshpass \ awscli && \ ([ "$(uname -m)" = "aarch64" ] && \