Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Xin <[email protected]>
  • Loading branch information
gyohuangxin committed Sep 23, 2024
1 parent e586461 commit 33f570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_envoy_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ else
&& usermod -a -G pcap envoybuild \
&& chown envoybuild:envoygroup ${BUILD_DIR_MOUNT_DEST} `# Salvo unique` \
&& chown envoybuild /proc/self/fd/2 \
&& apt-get update && apt -y install libcairo2-dev python3-virtualenv python3-dev g++ build-essential `# Salvo unique` \
&& apt-get update && apt -y install libcairo2-dev python3-virtualenv python3-dev g++ build-essential && apt-get -y upgrade`# Salvo unique` \
&& sudo -EHs -u envoybuild bash -c 'cd ${ENVOY_DOCKER_SOURCE_DIR} && $*'")
fi

Expand Down

0 comments on commit 33f570a

Please sign in to comment.