Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/osquery/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:d34b94e3cf868e49d2928c76ddba41fd4154907a1a381b3a263fafffb7c3dce0
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y --no-install-recommends python python3 bison flex make wget xz-utils libunwind-dev lsb-release build-essential libssl-dev

# osquery now needs at least version 3.21.4.
Expand Down
2 changes: 2 additions & 0 deletions projects/osquery/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#
################################################################################

export CXXFLAGS="${CXXFLAGS} -DBOOST_NO_INCLASS_MEMBER_INITIALIZATION"

PROJECT=osquery

# Ensure xlocale.h is found.
Expand Down
Loading