Dockerfile: Add ssh and qemu-system-x86

Useful for testing.
This commit is contained in:
Johan Gunnarsson 2021-08-03 20:59:02 +02:00
parent a9e337931f
commit bbc8667c28
1 changed files with 2 additions and 0 deletions

View File

@ -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" ] && \