Skip to content

Commit b0858f6

Browse files
authored
Add packages required to run UBI 9 (#656)
* Add package info for UBI 9 in rhelubi9.html * Update the table to include UBI 9 packages
1 parent b91b037 commit b0858f6

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

_includes/linux/rhelubi9.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{% highlight bash %}
2+
yum install \
3+
git \
4+
gcc-c++ \
5+
libcurl-devel \
6+
libedit-devel \
7+
libuuid-devel \
8+
libxml2-devel \
9+
ncurses-devel \
10+
python3-devel \
11+
rsync \
12+
sqlite-devel \
13+
unzip \
14+
zip
15+
{% endhighlight %}

_includes/linux/table.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<th>Ubuntu 22.04</th>
77
<th>CentOS 7</th>
88
<th>Amazon Linux 2</th>
9+
<th>Red Hat UBI 9</th>
910
</tr>
1011
</thead>
1112
<tbody>
@@ -15,6 +16,7 @@
1516
<td style="padding: 0; vertical-align: top">{% include linux/ubuntu2204.html %}</td>
1617
<td style="padding: 0; vertical-align: top">{% include linux/centos7.html %}</td>
1718
<td style="padding: 0; vertical-align: top">{% include linux/amazonlinux2.html %}</td>
19+
<td style="padding: 0; vertical-align: top">{% include linux/rhelubi9.html %}</td>
1820
</tr>
1921
</tbody>
2022
</table>

0 commit comments

Comments
 (0)