Skip to content

Commit d856d65

Browse files
committed
add curl to docker image
1 parent d649199 commit d856d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN --mount=type=cache,mode=0755,target=/root/.cache/go-build --mount=type=cache
2121
FROM ubuntu
2222
RUN apt-get update -y
2323
RUN apt-get install -y netbase
24+
RUN apt-get install -y curl
2425
COPY --from=builder /app/flowlogs2metrics /app/
2526

2627
# expose ports

0 commit comments

Comments
 (0)