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