Cannot install platform espressif32 on docker ubuntu:rolling. PIO 4.3.4-1

This issue was fixed in the latest development version. Please add the line to your CI config which @maxgerhardt recommended above:

      - name: Install PlatformIO
        run: |
          python -m pip install --upgrade pip
          pip install --upgrade platformio
          pio upgrade --dev