Skip to content

Commit 23dccd8

Browse files
authored
Merge pull request #48 from siteshwar/add-centpkg-beeai
Install `centpkg` in the beeai container
2 parents 0795839 + a53312f commit 23dccd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

beeai/Containerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM fedora:42
22

33
# Install system dependencies
44
RUN dnf -y install \
5+
centpkg \
56
python3 \
67
python3-pip \
78
python3-redis \
@@ -11,7 +12,8 @@ RUN dnf -y install \
1112
rpmlint \
1213
rpmdevtools \
1314
rpmbuild \
14-
spectool
15+
spectool \
16+
&& dnf -y clean all
1517

1618
COPY beeai-gemini.patch /tmp
1719

0 commit comments

Comments
 (0)