formatting

This commit is contained in:
Kalle 2024-11-19 13:41:53 +00:00
parent ea52d541db
commit bfd9614261
No known key found for this signature in database
GPG Key ID: 6B4D999517557C1F

View File

@ -26,7 +26,10 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
python3-wheel \
wget \
zip \
usbutils hwdata gpg gnupg2 \
usbutils \
hwdata \
gpg \
gnupg2 \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pipx install platformio==6.1.15