Skip to content

Commit c88a6f1

Browse files
committed
Properly install ali-bot and dependencies
1 parent 0b0c959 commit c88a6f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

publisher/provision.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
microdnf install -y epel-release # for s3cmd
44
microdnf update -y
55
microdnf install -y shadow-utils git which s3cmd rpm-build make gcc createrepo rubygems ruby-devel \
6-
python3 python3-pip python3-setuptools python3-requests python3-pyyaml python3-boto3
6+
python3 python3-pip
7+
8+
python3 -m pip install --upgrade git+https://github.com/alisw/ali-bot.git
79

810
gem install --no-document fpm
911

0 commit comments

Comments
 (0)