From 51c04bc837cd9b89fe42c621bee1d19a7b245c78 Mon Sep 17 00:00:00 2001 From: Andreas Fahrecker Date: Tue, 16 Apr 2024 01:17:13 +0200 Subject: [PATCH] Added possible missing dependencies --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 26e641a..c48532b 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -9,7 +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 apk --no-cache add bash curl git ca-certificates wget unzip RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter RUN git config --global --add safe.directory /usr/local/flutter