Added Alpine Image
All checks were successful
andreas-personal/jenkins-ssh-docker-agent/pipeline/head This commit looks good
andreas-personal/jenkins-ssh-docker-agent/pipeline/pr-main This commit looks good

This commit is contained in:
2024-03-13 04:49:54 +01:00
parent 1a5f548b23
commit d7b8e737a6
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