Infinite-Storage-Glitch/.devcontainer/Dockerfile

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