mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
6 lines
115 B
Docker
6 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/*
|