Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Sep 17, 2019
1 parent 886719b commit 19bd3f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osquery/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 19bd3f9

Please sign in to comment.