We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d649199 commit d856d65Copy full SHA for d856d65
contrib/docker/Dockerfile
@@ -21,6 +21,7 @@ RUN --mount=type=cache,mode=0755,target=/root/.cache/go-build --mount=type=cache
21
FROM ubuntu
22
RUN apt-get update -y
23
RUN apt-get install -y netbase
24
+RUN apt-get install -y curl
25
COPY --from=builder /app/flowlogs2metrics /app/
26
27
# expose ports
0 commit comments