mirror of
https://github.com/DvorakDwarf/Infinite-Storage-Glitch.git
synced 2025-02-02 14:07:07 -03:00
5 lines
143 B
Text
5 lines
143 B
Text
|
ARG VARIANT="1"
|
||
|
FROM mcr.microsoft.com/devcontainers/rust:${VARIANT}
|
||
|
|
||
|
RUN apt update && apt install -y ffmpeg libopencv-dev clang libclang-dev
|