Added possible missing dependencies
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit

This commit is contained in:
2024-04-16 01:17:13 +02:00
parent e8ac6e80bf
commit 51c04bc837

View File

@ -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