We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba126a commit e6fc79fCopy full SHA for e6fc79f
package/Dockerfile.submariner-gateway
@@ -24,8 +24,10 @@ COPY package/dnf_install /
24
# kmod is required so that libreswan can load modules
25
RUN /dnf_install -a ${TARGETPLATFORM} -v ${FEDORA_VERSION} -r /output/gateway \
26
glibc bash glibc-minimal-langpack coreutils-single \
27
- libcurl-minimal iproute libreswan kmod \
28
- openssl nss-tools
+ libcurl-minimal iproute libreswan-minimal kmod \
+ openssl procps-ng nss-tools
29
+
30
+# util-linux-core
31
32
FROM scratch
33
ARG SOURCE
0 commit comments