Infinite-Storage-Glitch/.devcontainer/Dockerfile
HistidineDwarf a4e5e24292 Rework
2023-03-05 07:55:05 -08:00

5 lines
143 B
Docker

ARG VARIANT="1"
FROM mcr.microsoft.com/devcontainers/rust:${VARIANT}
RUN apt update && apt install -y ffmpeg libopencv-dev clang libclang-dev