Skip to content

Commit

Permalink
ci: bump fuzzer image deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Nov 25, 2024
1 parent e194a52 commit 3db11e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ COPY . $SRC/PX4-Autopilot
RUN apt-get install -y libjpeg8-dev zlib1g-dev
RUN pip3 install --upgrade pip
RUN python3 -m pip install -r $SRC/PX4-Autopilot/Tools/setup/requirements.txt
RUN touch /.dockerenv
RUN $SRC/PX4-Autopilot/Tools/setup/ubuntu.sh
WORKDIR $SRC/PX4-Autopilot
COPY ./.clusterfuzzlite/build.sh $SRC/

0 comments on commit 3db11e5

Please sign in to comment.