From e61dfb765034d254bdf212575e90f3409b92b149 Mon Sep 17 00:00:00 2001 From: Claudius Heine Date: Wed, 29 Apr 2020 13:48:34 +0200 Subject: [PATCH] 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 Signed-off-by: Jan Kiszka --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74a251f..01e2185 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*