diff options
Diffstat (limited to 'scripts/ci/Dockerfile.bitbake')
-rw-r--r-- | scripts/ci/Dockerfile.bitbake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ci/Dockerfile.bitbake b/scripts/ci/Dockerfile.bitbake index c91f94c..04e8e79 100644 --- a/scripts/ci/Dockerfile.bitbake +++ b/scripts/ci/Dockerfile.bitbake | |||
@@ -20,10 +20,12 @@ RUN apt-get update -q && apt-get install -qy \ | |||
20 | locales \ | 20 | locales \ |
21 | ovmf \ | 21 | ovmf \ |
22 | procps \ | 22 | procps \ |
23 | python-pip \ | ||
23 | python \ | 24 | python \ |
24 | python3 \ | 25 | python3 \ |
25 | python3-pexpect \ | 26 | python3-pexpect \ |
26 | qemu \ | 27 | qemu \ |
28 | repo \ | ||
27 | socat \ | 29 | socat \ |
28 | texinfo \ | 30 | texinfo \ |
29 | unzip \ | 31 | unzip \ |
@@ -40,3 +42,5 @@ RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen | |||
40 | ENV LC_ALL="en_US.UTF-8" | 42 | ENV LC_ALL="en_US.UTF-8" |
41 | ENV LANG="en_US.UTF-8" | 43 | ENV LANG="en_US.UTF-8" |
42 | ENV LANGUAGE="en_US.UTF-8" | 44 | ENV LANGUAGE="en_US.UTF-8" |
45 | |||
46 | RUN pip install awscli \ No newline at end of file | ||