GTAV-Classes-private/.devcontainer/Dockerfile

8 lines
108 B
Docker
Raw Normal View History

2024-09-25 08:11:17 -04:00
FROM ubuntu:devel
RUN apt clean && apt update && apt install gcc g++ cmake make -y
WORKDIR /app
COPY . .