Add Alpine Version #2 (#3)
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit
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:
14
alpine/Dockerfile
Normal file
14
alpine/Dockerfile
Normal 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
|
Reference in New Issue
Block a user