Skip to content

Commit ea3a191

Browse files
author
Pavel Siska
committed
Dockerfile: Update Dockerfile
1 parent f993721 commit ea3a191

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ FROM rockylinux:9
22

33
RUN dnf install -y dnf-plugins-core && \
44
dnf copr -y enable @CESNET/NEMEA && \
5+
dnf copr -y enable @CESNET/ipfixprobe && \
56
dnf install -y epel-release && \
6-
dnf install -y ipfixprobe-nemea ipfixprobe-output-unirec nemea && \
7+
dnf install -y ipfixprobe-nemea ipfixprobe-nemea-output-unirec nemea && \
78
dnf clean all
89

910
RUN mkdir -p /output

0 commit comments

Comments
 (0)