I would like to install Flutter on a Docker container running Alpine Linux.
I wrote the following Dockerfile:
Dockerfile
FROM alpine RUN apk add bas