summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/ci/Dockerfile.bitbake2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/Dockerfile.bitbake b/scripts/ci/Dockerfile.bitbake
index a638c6a..02a3c5f 100644
--- a/scripts/ci/Dockerfile.bitbake
+++ b/scripts/ci/Dockerfile.bitbake
@@ -17,6 +17,7 @@ RUN apt-get update -q && apt-get install --no-install-suggests --no-install-reco
17 git-core \ 17 git-core \
18 iputils-ping \ 18 iputils-ping \
19 iproute2 \ 19 iproute2 \
20 libpython-dev \
20 libpython3-dev \ 21 libpython3-dev \
21 libsdl1.2-dev \ 22 libsdl1.2-dev \
22 libvirt-clients \ 23 libvirt-clients \
@@ -25,6 +26,7 @@ RUN apt-get update -q && apt-get install --no-install-suggests --no-install-reco
25 ovmf \ 26 ovmf \
26 openssh-client \ 27 openssh-client \
27 procps \ 28 procps \
29 python \
28 python3 \ 30 python3 \
29 python3-pexpect \ 31 python3-pexpect \
30 qemu-kvm \ 32 qemu-kvm \