Skip to content

Commit 850fa1e

Browse files
authored
Merge pull request #39 from eranra/add_curl
Add curl
2 parents d649199 + d856d65 commit 850fa1e

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)