mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
6 lines
101 B
Docker
6 lines
101 B
Docker
FROM gitpod/workspace-python-3.13
|
|
|
|
RUN python -m pip install --break-system-packages uv
|
|
|
|
USER gitpod
|