Skip to content

Commit

Permalink
Fix couldn't find git Docker error
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Dec 6, 2017
1 parent a4c0aea commit 7910475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM node:8.9-alpine

MAINTAINER Victor Vlasenko <victor.vlasenko@sysgears.com>

RUN apk add --no-cache tini
RUN apk add --no-cache tini git

ARG APP_DIR

Expand Down

0 comments on commit 7910475

Please sign in to comment.