diff options
| author | Yaroslav Stefinko <ext-yaroslav.stefinko@here.com> | 2021-07-12 16:26:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-12 16:26:55 +0300 |
| commit | d48600d49eabfad3f348560d0d1595febde7622c (patch) | |
| tree | f7eaa54ae6e6cbf311c8fbd2a8912f47587945cd /scripts | |
| parent | 3fabe1e6e44e30eec4b849d8d8331a5aa12ffe8e (diff) | |
| parent | bab3148f5348dfc15392f735be96ce7903abab35 (diff) | |
| download | meta-updater-d48600d49eabfad3f348560d0d1595febde7622c.tar.gz | |
Merge pull request #814 from advancedtelematic/feat/Return-python2-dockerfile
Return python2 to Docker image
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci/Dockerfile.bitbake | 2 |
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 \ |
