mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 21:30:34 +08:00
ci: bump fuzzer image deps
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user