Dockefile: add awscli for s3 fetcher

bitbake provides a fetcher for Amazon S3 storage using the awscli
command. This patch adds the awscli package to the container.

Signed-off-by: Claudius Heine <ch@denx.de>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Claudius Heine 2020-04-29 13:48:34 +02:00 committed by Jan Kiszka
parent 2142fd855e
commit e61dfb7650

View File

@ -17,7 +17,7 @@ RUN apt-get install --no-install-recommends -y \
python3-setuptools python3-wheel python3-yaml \
gosu lsb-release file vim less procps tree tar bzip2 bc tmux libncurses-dev \
dosfstools mtools parted syslinux \
git-lfs mercurial iproute2 ssh-client curl rsync gnupg && \
git-lfs mercurial iproute2 ssh-client curl rsync gnupg awscli && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*