Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
feat: support for installation node module from git on docker start (#55
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Konstantin Shuplenkov authored Aug 3, 2020
1 parent 075f09c commit adb1e16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN npm ci --production

FROM node:12-alpine

RUN apk add --no-cache bash
RUN apk add --no-cache bash \
git

LABEL maintainer="Dash Developers <[email protected]>"
LABEL description="Test suite for Dash Platform"
Expand Down

0 comments on commit adb1e16

Please sign in to comment.