Missing Dependeny for flutter
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-16 01:11:50 +02:00
parent ba3a0025e7
commit e8ac6e80bf

View File

@ -9,6 +9,7 @@ RUN apk add --no-cache docker docker-compose
RUN apk add --no-cache tea RUN apk add --no-cache tea
# Install flutter # Install flutter
RUN apk add --no-cache curl
RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter
RUN git config --global --add safe.directory /usr/local/flutter RUN git config --global --add safe.directory /usr/local/flutter