Skip to content

Commit

Permalink
kas-isar container: explicitly install python3-botocore
Browse files Browse the repository at this point in the history
Before bookworm, python3-botocore was a dependency of awscli. In bookworm
awscli brings its own (copied) botocore library, and the package is no
longer installed.

As the isar-sstate script needs the botocore library for the maintenance
of sstate caches on S3, we add it to the kas-isar container explicitly.

Signed-off-by: Adriaan Schmidt <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
adriaan42 authored and jan-kiszka committed Jun 20, 2023
1 parent e0bd017 commit b30cb35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ RUN apt-get update && \
quilt qemu-user-static reprepro sudo unzip git-buildpackage \
pristine-tar sbuild schroot zstd \
umoci skopeo \
python3-botocore \
debootstrap && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
Expand Down

0 comments on commit b30cb35

Please sign in to comment.