Skip to content

Commit

Permalink
Simplified Dockerfile due to base image update.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbucur committed Jan 21, 2021
1 parent fc20604 commit c284ed9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions projects/bazel-rules-fuzzing-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@

FROM gcr.io/oss-fuzz-base/base-builder

RUN apt-get update && apt-get -y install \
python wget

# Install Bazelisk
RUN wget -O /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/v1.7.4/bazelisk-linux-amd64
RUN chmod +x /usr/local/bin/bazel

RUN git clone https://github.com/bazelbuild/rules_fuzzing.git
WORKDIR $SRC/rules_fuzzing/
COPY build.sh $SRC/

0 comments on commit c284ed9

Please sign in to comment.