mirror of
https://gitlab.com/es-de/emulationstation-de.git
synced 2025-04-02 10:51:45 -04:00
5 lines
115 B
Docker
5 lines
115 B
Docker
FROM gcc:12.2
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install -y make g++ cmake git \
|
|
&& rm -rf /var/lib/apt/lists/*
|