FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive # --- Install packages --- RUN apt-get update RUN apt-get install -y build-essential RUN apt-get install -y vim git cmake \ wget unzip \ libusb-1.0-0-dev \ libgl1 WORKDIR /opt