Unverified Commit 811064a2 authored by Omid Azizi's avatar Omid Azizi Committed by Copybara
Browse files

Revert inadvertent changes


Summary: D10162 included a few pieces that were not meant for it. Revert those.

Test Plan: Jenkins

Reviewers: #stirling, yzhao

Reviewed By: #stirling, yzhao
Signed-off-by: default avatarOmid Azizi <oazizi@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D10169

GitOrigin-RevId: 3b29be2cad41efb56b0032f465a07280ce7e2f51
parent 9c7271e9
Showing with 1 addition and 2 deletions
+1 -2
......@@ -48,8 +48,6 @@ def _package_manager_setup():
packages = [
"libc6",
"libelf1",
"libdw1",
"libbinutils",
"liblzma5",
"libtinfo6",
"zlib1g",
......
......@@ -28,6 +28,7 @@ bpf_flags=(--privileged \
-v /sys:/sys \
-v /var/lib/docker:/var/lib/docker \
"--pid=host" \
"--network=host" \
--env "PL_HOST_PATH=/host")
PX_RUN_DOCKER_EXTRA_ARGS="${bpf_flags[*]}" "${run_docker_script}" "$@"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment