diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index c21564491..57868e6ac 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 \ No newline at end of file