Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysk committed May 3, 2020
1 parent 1a6a69c commit 2efa61d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ RUN DEBIAN_FRONTEND=noninteractive dpkg -i libbcc_*.deb && rm -rf /bcc

WORKDIR /tracee
COPY --from=builder /tracee/tracee /tracee/entrypoint.sh ./
COPY --from=builder ./tracee/
ENTRYPOINT ["./entrypoint.sh", "./tracee"]

0 comments on commit 2efa61d

Please sign in to comment.