ES-DE/external/utfcpp/tests/docker/Dockerfile

6 lines
115 B
Docker
Raw Normal View History

FROM gcc:12.2
RUN apt-get update \
&& apt-get install -y make g++ cmake git \
&& rm -rf /var/lib/apt/lists/*