Add support for GPG

This commit is contained in:
Kalle 2024-11-19 11:42:12 +00:00
parent 630568c090
commit a9ccc4bf60
No known key found for this signature in database
GPG Key ID: 6B4D999517557C1F

View File

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