Closed mark-dropbear closed 3 years ago
Currently we try to install the plugin via the Dockerfile using this line:
RUN /home/${USERNAME}/.local/flutter/bin/dart pub global activate protoc_plugin
However, this runs as root and when you try to use it on booting the container you will get an error message like so:
protoc-gen-dart: Plugin failed with status code 1.
Investigate other methods like the devcontainer.json postCreate commands for example.
Currently we try to install the plugin via the Dockerfile using this line:
However, this runs as root and when you try to use it on booting the container you will get an error message like so:
Investigate other methods like the devcontainer.json postCreate commands for example.