Skip to content

Commit

Permalink
Add systemd development files to package builder images (CentOS-Strea…
Browse files Browse the repository at this point in the history
…m) (#222)

Needed for netdata/netdata#15363
  • Loading branch information
k0ste authored Aug 4, 2023
1 parent 1285e5b commit 5a14a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-builders/Dockerfile.centos-stream8
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN dnf distro-sync -y --nodocs && \
rpm-devel \
rpmdevtools \
snappy-devel \
systemd-devel \
wget \
zlib-devel && \
rm -rf /var/cache/dnf && \
Expand Down
1 change: 1 addition & 0 deletions package-builders/Dockerfile.centos-stream9
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN dnf distro-sync -y --nodocs && \
rpm-devel \
rpmdevtools \
snappy-devel \
systemd-devel \
wget \
zlib-devel && \
rm -rf /var/cache/dnf && \
Expand Down

0 comments on commit 5a14a2a

Please sign in to comment.