GTAV-Classes/.devcontainer/Dockerfile

8 lines
108 B
Docker
Raw Permalink Normal View History

2024-09-24 21:24:45 -04:00
FROM ubuntu:devel
RUN apt clean && apt update && apt install gcc g++ cmake make -y
WORKDIR /app
COPY . .