summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleh Avramenko <ext-oleh.avramenko@here.com>2021-07-12 14:18:32 +0300
committerOleh Avramenko <ext-oleh.avramenko@here.com>2021-07-12 16:04:31 +0300
commitbab3148f5348dfc15392f735be96ce7903abab35 (patch)
tree36b63b4ecc00cba0a5f53c80ca4a591debeb31ec
parent68af8d437163c0658b79137fc33f0df1b269d3e5 (diff)
downloadmeta-updater-bab3148f5348dfc15392f735be96ce7903abab35.tar.gz
Return python2 to Docker imagefeat/Return-python2-dockerfile
Signed-off-by: Oleh Avramenko <ext-oleh.avramenko@here.com>
-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 \