summaryrefslogtreecommitdiffstats
path: root/scripts/ci/Dockerfile.bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/Dockerfile.bitbake')
-rw-r--r--scripts/ci/Dockerfile.bitbake4
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
40ENV LC_ALL="en_US.UTF-8" 42ENV LC_ALL="en_US.UTF-8"
41ENV LANG="en_US.UTF-8" 43ENV LANG="en_US.UTF-8"
42ENV LANGUAGE="en_US.UTF-8" 44ENV LANGUAGE="en_US.UTF-8"
45
46RUN pip install awscli \ No newline at end of file