You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I remove the feature from devcontainer.json and add apt-get install -y protobuf-compiler to my Dev Container Dockerfile instead, protoc is executable.
Relevant log output
bash: /usr/local/bin/protoc: cannot execute binary file: Exec format error
The text was updated successfully, but these errors were encountered:
Feature id and version
1
Dev Container base Image
mcr.microsoft.com/vscode/devcontainers/base:bookworm
What happened?
I work on an arm64 machine and need protoc in my Dev Container. I added it with
This leads to
When I remove the feature from devcontainer.json and add
apt-get install -y protobuf-compiler
to my Dev Container Dockerfile instead, protoc is executable.Relevant log output
The text was updated successfully, but these errors were encountered: