IPBS_Station/SDK/Depend/UTF/tests/docker/Dockerfile

6 lines
115 B
Docker
Raw Permalink Normal View History

2025-09-05 08:44:30 +08:00
FROM gcc:12.2
RUN apt-get update \
&& apt-get install -y make g++ cmake git \
&& rm -rf /var/lib/apt/lists/*