We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3583a63 commit bc00fbaCopy full SHA for bc00fba
publisher/provision.sh
@@ -3,7 +3,9 @@
3
microdnf install -y epel-release # for s3cmd
4
microdnf update -y
5
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
+ python3 python3-pip
7
+
8
+python3 -m pip install --upgrade git+https://github.com/alisw/ali-bot.git
9
10
gem install --no-document fpm
11
0 commit comments