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:
parent
2142fd855e
commit
e61dfb7650
@ -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/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user