I used to run my Angular project in my windows 7 pc. I installed Windows 2016 and all neceserry tools. I need to install the necessary dependencies for my angular project to run
I added
RUN apk update RUN apk add git
into my dockerfile and it's now working.