Skip to content

Commit

Permalink
Add git to docker to be able to download npm package from github
Browse files Browse the repository at this point in the history
Signed-off-by: tito12 <vladyslav.sedenko@gmail.com>
  • Loading branch information
tito12 committed Feb 9, 2023
1 parent 2a29387 commit 8c5eab2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/Dockerfile
@@ -1,3 +1,6 @@
RUN apk add --no-cache git
RUN git --version

FROM node:12-alpine
WORKDIR /usr/src/app
RUN apk update && apk add --virtual bash coreutils
Expand Down

0 comments on commit 8c5eab2

Please sign in to comment.