For installing the dependencies. Run the following command inside your alpine container:
apk add --no-cache libstdc++ procps
You may choose to add the command in your Dockerfile. For sample Dockerfile you can visit the following repo
How can we help?
apk add --no-cache libstdc++ procps