Skip to content

Commit

Permalink
Moving Eden to eve-alpine (#566)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Shaposhnik <[email protected]>
  • Loading branch information
rvs authored Mar 24, 2021
1 parent ab287c7 commit 4fc4ba2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions processing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM alpine:3.12
FROM lfedge/eve-alpine:8a53b741d47f42752db30dd896c3467433bac152 as build
ENV BUILD_PKGS perl git gawk
RUN eve-alpine-deploy.sh

RUN apk add --no-cache perl=5.30.3-r0 git=2.26.3-r0 gawk=5.1.0-r0

RUN git clone --single-branch https://github.com/brendangregg/FlameGraph /FlameGraph

COPY entrypoint.sh /
WORKDIR /out
RUN git clone --single-branch https://github.com/brendangregg/FlameGraph FlameGraph
COPY entrypoint.sh ./

FROM scratch
COPY --from=build /out/ /
WORKDIR /FlameGraph

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 4fc4ba2

Please sign in to comment.