We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6606b82 commit ba613d7Copy full SHA for ba613d7
Dockerfile
@@ -49,7 +49,9 @@ COPY --from=builder /workspace/bin/epp /app/epp
49
USER root
50
RUN microdnf install -y dnf && \
51
dnf install -y 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm' && \
52
- dnf install -y zeromq
+ dnf install -y zeromq && \
53
+ dnf clean all && \
54
+ rm -rf /var/cache/dnf /var/lib/dnf
55
56
USER 65532:65532
57
0 commit comments