mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
8 lines
108 B
Docker
8 lines
108 B
Docker
FROM ubuntu:devel
|
|
|
|
RUN apt clean && apt update && apt install gcc g++ cmake make -y
|
|
|
|
WORKDIR /app
|
|
|
|
COPY . .
|