ARG FLUTTER_VERSION
FROM matspfeiffer/flutter:$FLUTTER_VERSION
USER root:root
RUN apt-get update && apt-get install -y build-essential