Skip to content

Commit

Permalink
Install requirements for aliPublishS3 directly
Browse files Browse the repository at this point in the history
This saves us from having to do a potentially-fragile "pip install" in every
publishing run.
  • Loading branch information
TimoWilken committed Feb 8, 2024
1 parent cb21ccb commit 12bb837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publisher/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

microdnf install -y epel-release # for s3cmd
microdnf update -y
microdnf install -y shadow-utils git curl s3cmd rpm-build createrepo \
python3 python3-pip python3-setuptools rubygems
microdnf install -y shadow-utils git curl s3cmd rpm-build createrepo rubygems \
python3 python3-pip python3-setuptools python3-requests python3-pyyaml python3-boto3
alternatives --set python /usr/bin/python3

gem install --no-document fpm
Expand Down

0 comments on commit 12bb837

Please sign in to comment.