We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd79fd7 commit bba280aCopy full SHA for bba280a
.github/workflows/installer.yml
@@ -52,7 +52,7 @@ jobs:
52
if: contains(inputs.container_name, 'astra')
53
54
- name: Install dependencies
55
- run: yum install -y epel-release && yum update -y && yum install -y --setopt=install_weak_deps=False git-core findutils p7zip sudo
+ run: yum update -y ca-certificates openssl curl && yum install -y epel-release && yum update -y && yum install -y --setopt=install_weak_deps=False git-core findutils p7zip sudo
56
if: startsWith(inputs.container_name, 'rocky')
57
58
0 commit comments