Merge pull request #2597 from katarzyna-z/kk-fix-dockerfile

Remove redundant installation of libpfm4
This commit is contained in:
David Ashpole 2020-06-25 09:49:15 -07:00 committed by GitHub
commit 7e94078940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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