Skip to content

Commit

Permalink
working thread
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-kmcgill53 committed May 16, 2023
1 parent 91264d3 commit cf6225f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile.QA
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,6 @@ RUN pip3 install --upgrade wheel setuptools && \
pip3 install --upgrade numpy pillow attrdict future grpcio requests gsutil \
awscli six grpcio-channelz prettytable virtualenv

# L0_http_fuzz is hitting similar issue with boofuzz with latest version (0.4.0):
# https://github.com/jtpereyda/boofuzz/issues/529
# Hence, fixing the boofuzz version to 0.3.0
RUN pip3 install 'boofuzz==0.3.0'

# go needed for example go client test.
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
wget https://golang.org/dl/go1.19.1.linux-arm64.tar.gz && \
Expand Down

0 comments on commit cf6225f

Please sign in to comment.