Fix Docker (#450)

This commit is contained in:
iranl
2024-08-12 17:36:20 +02:00
committed by GitHub
parent e84b944af2
commit c2793a6aa8
4 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ FROM eclipse-temurin:11-jdk-jammy AS builder
RUN set -ex && \
apt-get update && \
apt-get install -y git python3 pip make && \
apt-get install -y git python3 pip make python3-venv && \
pip install --upgrade platformio && \
pip install --upgrade esptool