Skip to content

Commit

Permalink
new rpm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Sep 15, 2022
1 parent ab9aa37 commit 8b9a646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG build_image
FROM $build_image AS build-stage

# Install deps
RUN dnf install -y rpmdevtools rpmlint git systemd-rpm-macros nftables-devel
RUN dnf install -y rpmdevtools rpmlint git systemd-rpm-macros nftables-devel libmnl-devel libnftnl-devel

# Copy all files
WORKDIR /tmp/sparoid
Expand Down

0 comments on commit 8b9a646

Please sign in to comment.