Skip to content

Commit

Permalink
Remove distribution package license info from THIRD_PARTY_NOTICES (#376)
Browse files Browse the repository at this point in the history
Only include statically linked libraries
  • Loading branch information
robbycochran authored Dec 4, 2020
1 parent 61d9a44 commit 5c453f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion collector/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN apt-get update \
libelf1 \
google-perftools \
&& dpkg -r --force-all e2fslibs e2fsprogs apt debconf dpkg \
&& ( for pkg in /usr/share/doc/*; do cp $pkg/copyright /THIRD_PARTY_NOTICES/$(basename $pkg); done ) \
&& rm -rf /var/lib/apt \
;

Expand Down
1 change: 0 additions & 1 deletion collector/container/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN mv collector-wrapper.sh /usr/local/bin/ && \
tar -zxf bundle.tar.gz ./usr/local/lib/libsinsp-wrapper.so && \
tar -zxf bundle.tar.gz ./usr/local/bin/collector && \
rm -f bundle.tar.gz && \
rpm -qa --qf "%{name}: %{license}\n" > /THIRD_PARTY_NOTICES/NOTICE-redhat-packages.txt && \
dnf upgrade -y && \
dnf install -y kmod && \
dnf clean all && \
Expand Down

0 comments on commit 5c453f9

Please sign in to comment.