Skip to content

Commit

Permalink
Merge pull request google#2597 from katarzyna-z/kk-fix-dockerfile
Browse files Browse the repository at this point in the history
Remove redundant installation of libpfm4
  • Loading branch information
dashpole authored Jun 25, 2020
2 parents 922aa83 + 5d5a79b commit 7e94078
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ RUN export DBG="-g -Wall" && \
make -e -C libpfm-4.10.1 && \
make install -C libpfm-4.10.1

RUN export DBG="-g -Wall" && \
make -e -C libpfm-4.10.1 && \
make install -C libpfm-4.10.1

ADD . /go/src/github.com/google/cadvisor
WORKDIR /go/src/github.com/google/cadvisor

Expand Down

0 comments on commit 7e94078

Please sign in to comment.