Skip to content

Commit

Permalink
Add git to base image
Browse files Browse the repository at this point in the history
express-cache-middleware depends on express-mung, which is pulled
directly from git. See nodejs/docker-node#367
  • Loading branch information
Wilfred committed Dec 8, 2019
1 parent 830ac61 commit 7fbb228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:11-alpine

RUN apk add --no-cache git

# Create app directory
WORKDIR /usr/src/app

Expand Down

0 comments on commit 7fbb228

Please sign in to comment.