Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-09-17 09:10:17 -07:00
parent 886719bba1
commit 19bd3f93ed
No known key found for this signature in database
GPG Key ID: C0B444E6A3EFD4C1

View File

@ -46,6 +46,8 @@ RUN buildDeps=' \
&& cmake --build . \
&& mv osquery/osqueryd /usr/bin \
&& mv package/linux/osqueryctl /usr/bin \
&& mkdir -p /usr/share/osquery/certs \
&& cp ../src/tools/deployment/certs.pem /usr/share/osquery/certs/ \
&& apt-get purge -y --auto-remove $buildDeps \
&& chmod a+x /usr/bin/osquery* \
&& cp -r /usr/src/osquery/src/packs /usr/share/osquery/