Files
Sim-Tello-KI-fun/.devcontainer/Dockerfile
T
2025-03-22 16:06:45 +01:00

7 lines
184 B
Docker

FROM python:3.9
RUN apt-get update && apt-get install -y \
fluxbox \
x11vnc \
python3-tk \
&& rm -rf /var/lib/apt/lists/*
CMD ["x11vnc", "-forever", "-nopw", "-create"]