mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
install Git for installation of Pintura NPM
This commit is contained in:
parent
284c277436
commit
790e9a2c4b
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ FROM node:8.2
|
|||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN apt install -y git
|
||||
|
||||
# use changes to package.json to force Docker not to use the cache
|
||||
# when we change our application's nodejs dependencies:
|
||||
ADD package.json /usr/src/app
|
||||
|
|
Loading…
Add table
Reference in a new issue