diff --git a/Dockerfile b/Dockerfile index 5120dd82..bd22a94e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && \ apt-get install -y maven curl && \ curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ apt-get install -y nodejs && \ - npm install -g yarn && \ + npm install -g yarn @angular/cli && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*