Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Fix build (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturner authored Oct 21, 2019
1 parent 0a1a63d commit a43b008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:8.15.1-alpine

WORKDIR /usr/app

RUN apk update && apk add bash
RUN apk update && apk add bash git

COPY package.json .
RUN npm install --quiet
Expand Down

0 comments on commit a43b008

Please sign in to comment.