Skip to content

Commit 2ebbf79

Browse files
fixed build pipeline
1 parent 41377ec commit 2ebbf79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ COPY --from=envoy-binary /usr/local/bin/envoy /usr/local/bin/
2424
COPY dist/$TARGETOS/$TARGETARCH/$BIN_NAME /usr/local/bin/
2525

2626
RUN apt-get update && apt install -y libcap2-bin
27+
RUN apt-get update && apt-get install -y libc6
2728
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
2829
RUN 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/
4041
COPY dist/$TARGETOS/$TARGETARCH/$BIN_NAME /usr/local/bin/
4142

4243
RUN apt-get update && apt install -y libcap2-bin
44+
RUN apt-get update && apt-get install -y libc6
4345
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
4446
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
4547

0 commit comments

Comments
 (0)