File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ COPY --from=envoy-binary /usr/local/bin/envoy /usr/local/bin/
2424COPY dist/$TARGETOS/$TARGETARCH/$BIN_NAME /usr/local/bin/
2525
2626RUN apt-get update && apt install -y libcap2-bin
27+ RUN apt-get update && apt-get install -y libc6
2728RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
2829RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
2930
@@ -40,6 +41,7 @@ COPY --from=envoy-fips-binary /usr/local/bin/envoy /usr/local/bin/
4041COPY dist/$TARGETOS/$TARGETARCH/$BIN_NAME /usr/local/bin/
4142
4243RUN apt-get update && apt install -y libcap2-bin
44+ RUN apt-get update && apt-get install -y libc6
4345RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
4446RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
4547
You can’t perform that action at this time.
0 commit comments