ci: bump fuzzer image deps

This commit is contained in:
Ramon Roche 2024-11-25 08:36:29 -08:00
parent e194a52907
commit 3db11e5dbe
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -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/