Skip to content

Commit 32c694f

Browse files
committed
install git in travis so that branch releases can be used
Trying to use an pre-release version of node-data-tools, but yarn apparently expects it can shell out to git in order to pull the branch.
1 parent 0d30412 commit 32c694f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:16.20.1-alpine as base
33
WORKDIR /app
44
RUN apk --no-cache update && \
55
apk --no-cache upgrade && \
6-
apk add --no-cache --virtual .build-dependencies python3 make g++ && \
6+
apk add --no-cache --virtual .build-dependencies python3 make g++ git && \
77
mkdir -p node_modules && chown -R node:node .
88

99

0 commit comments

Comments
 (0)