Add tea and make docker build parallel
Some checks reported errors
andreas-personal/jenkins-ssh-docker-agent/pipeline/head Something is wrong with the build of this commit
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:
@ -5,10 +5,19 @@ RUN addgroup jenkins docker
|
||||
|
||||
RUN apk add --no-cache docker docker-compose
|
||||
|
||||
# Install tea
|
||||
RUN apk add --no-cache tea
|
||||
|
||||
# Install flutter
|
||||
RUN apk add --no-cache flutter
|
||||
RUN apk add --no-cache ----repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing flutter
|
||||
|
||||
RUN flutter config --no-cli-animations
|
||||
RUN flutter doctor -v
|
||||
RUN flutter channel master
|
||||
RUN flutter upgrade
|
||||
|
||||
#Install OpenSSL
|
||||
RUN apk add --no-cache openssl
|
||||
|
||||
#Install Node.js
|
||||
RUN apk add --no-cache nodejs npm
|
Reference in New Issue
Block a user