summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/script/build_hst.sh
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2023-12-21 19:18:25 -0800
committerDave Barach <vpp@barachs.net>2023-12-22 17:19:11 +0000
commitf26bbeac4bc3f46d15664bc76baaf17bb4bb655c (patch)
tree43ab76020e0e7221c45ab3ef6945a9a6c042d78f /extras/hs-test/script/build_hst.sh
parent7e452ba15cade36feb864b8570401f14fa8503e3 (diff)
hs-test: use prebuilt curl with http3 support
Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I4d17ae3f7736dc10c68ca6e304699ea39d012f6c
Diffstat (limited to 'extras/hs-test/script/build_hst.sh')
-rwxr-xr-xextras/hs-test/script/build_hst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/script/build_hst.sh b/extras/hs-test/script/build_hst.sh
index 0212e776aec..0897813db72 100755
--- a/extras/hs-test/script/build_hst.sh
+++ b/extras/hs-test/script/build_hst.sh
@@ -56,7 +56,7 @@ docker_build () {
tag=$1
dockername=$2
docker build --build-arg UBUNTU_VERSION --build-arg http_proxy=$HTTP_PROXY \
- -t $tag -f docker/Dockerfile.$dockername .
+ --build-arg https_proxy=$HTTP_PROXY -t $tag -f docker/Dockerfile.$dockername .
}
docker_build hs-test/vpp vpp