Skip to content

Commit defba48

Browse files
committed
Add qatengine package to the image
This adds the qatengine package to the rhceph-haproxy container image. Resolves: rhbz#2308344 Signed-off-by: Guillaume Abrioux <[email protected]>
1 parent 8106435 commit defba48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM registry.redhat.io/ubi9/ubi-minimal:latest
33
RUN microdnf update -y
44

55
# If you edit this version number, edit it here *and* the LABEL below:
6-
RUN microdnf install -y haproxy && rpm -q haproxy-2.4.22
6+
RUN microdnf install -y qatengine haproxy && rpm -q haproxy-2.4.22
77

88
LABEL maintainer="Guillaume Abrioux <[email protected]>"
99
LABEL com.redhat.component="rhceph-haproxy-container"

0 commit comments

Comments
 (0)