Add NodeJS to image
This commit is contained in:
parent
2d87046ab2
commit
68fc3d8d56
1 changed files with 2 additions and 0 deletions
|
|
@ -13,5 +13,7 @@ RUN mkdir /usr/local/structurizr && \
|
|||
wget https://github.com/structurizr/cli/releases/latest/download/structurizr-cli.zip -O /usr/local/structurizr/structurizr-cli.zip && \
|
||||
unzip /usr/local/structurizr/structurizr-cli.zip -d /usr/local/structurizr
|
||||
|
||||
RUN apk add --no-cache nodejs npm
|
||||
|
||||
USER dtcuser
|
||||
ENV DIAGRAM_STRUCTURIZRCLI_HOME=/usr/local/structurizr
|
||||
|
|
|
|||
Loading…
Reference in a new issue