Removed NodeJS and fix Flutter Install error in alpine
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit

This commit is contained in:
2024-04-16 00:50:14 +02:00
parent 1ab094973b
commit 44ccc78236
2 changed files with 5 additions and 7 deletions

View File

@ -53,7 +53,3 @@ USER root
#Install OpenSSL
RUN apt-get update
RUN apt-get install -y openssl
#Install Node.js
RUN apt-get update
RUN apt-get install -y nodejs npm