From e8ac6e80bfbde2d90334e3903ff980eafdcb1d84 Mon Sep 17 00:00:00 2001 From: Andreas Fahrecker Date: Tue, 16 Apr 2024 01:11:50 +0200 Subject: [PATCH] Missing Dependeny for flutter --- alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index de43a92..26e641a 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -9,6 +9,7 @@ RUN apk add --no-cache docker docker-compose RUN apk add --no-cache tea # Install flutter +RUN apk add --no-cache curl RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter RUN git config --global --add safe.directory /usr/local/flutter