Dockerfile: Add ssh and qemu-system-x86
Useful for testing.
This commit is contained in:
parent
a9e337931f
commit
bbc8667c28
|
|
@ -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" ] && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue