Fixed typo
Some checks reported errors
andreas-personal/jenkins-ssh-docker-agent/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Andreas Fahrecker 2024-04-16 00:44:44 +02:00
parent 79f46c59a2
commit 1ab094973b

View File

@ -9,7 +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 ----repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing flutter RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing flutter
RUN flutter config --no-cli-animations RUN flutter config --no-cli-animations
RUN flutter doctor -v RUN flutter doctor -v