Update Dockerfile-web-ui-dev
This commit is contained in:
@@ -21,7 +21,7 @@ COPY ./src/Managing.WebApp/package*.json ./
|
||||
# Install dependencies
|
||||
#RUN npm ci --production --loglevel=verbose
|
||||
#RUN npm i --omit=dev --loglevel=verbose
|
||||
RUN apt-get update && apt-get install -y git
|
||||
RUN apk update && apk add --no-cache git
|
||||
# Remove Yarn and Yarnpkg binaries if they exist
|
||||
RUN rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user