Add Alpine Version #2 (#3)
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit

Reviewed-on: #3
This commit is contained in:
2024-03-13 04:51:12 +01:00
parent 1a5f548b23
commit af3387d49d
2 changed files with 40 additions and 8 deletions

14
alpine/Dockerfile Normal file
View File

@ -0,0 +1,14 @@
FROM jenkins/ssh-agent:alpine
RUN addgroup --gid 281 docker
RUN addgroup jenkins docker
RUN apk add --no-cache docker docker-compose
# Install flutter
RUN apk add --no-cache flutter
RUN flutter config --no-cli-animations
RUN flutter doctor -v
RUN flutter channel master
RUN flutter upgrade