mirror of
https://github.com/DvorakDwarf/Infinite-Storage-Glitch.git
synced 2025-01-24 17:57:53 -03:00
4 lines
143 B
Docker
4 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
|