Tasmota/.gitpod.Dockerfile
Jason2866 48c482d169
fix gitpod compile
when HybridCompile is used
2025-07-26 17:46:26 +02:00

6 lines
101 B
Docker

FROM gitpod/workspace-python-3.13
RUN python -m pip install --break-system-packages uv
USER gitpod