Skip to content

Commit

Permalink
Remove redundant python&pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Oct 19, 2022
1 parent 1c3b0fe commit 7908284
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/benchmark-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ ENV FUZZER $fuzzer
ENV BENCHMARK $benchmark
ENV DEBUG_BUILDER $debug_builder

# Install python.
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y python3-dev python3-pip

# Install Python dependencies.
COPY ./requirements.txt /tmp
RUN unset CC CXX CXXFLAGS CFLAGS LDFLAGS && pip install -r /tmp/requirements.txt

# Copy the entire fuzzers directory tree to allow for module dependencies.
COPY fuzzers $SRC/fuzzers
Expand Down

0 comments on commit 7908284

Please sign in to comment.