Fix Docker (#450)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user