commit 62c4a8f474291b9b4b689fc5cc1d6a264a406bcf Author: konrad Date: Thu Apr 25 19:18:14 2019 +0200 added dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5165514 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM adamantium/flutter +RUN apt-get update && apt-get install make