4 lines
177 B
Docker
4 lines
177 B
Docker
|
FROM python:3.7
|
||
|
RUN apt update && apt install -y libsm6 libxext6 ffmpeg libfontconfig1 libxrender1 libgl1-mesa-glx iputils-ping
|
||
|
RUN python -m pip install robomaster Pillow myqr
|