Skip to content

Commit 613a479

Browse files
authored
Merge branch 'alpha' into pgPromise
2 parents 31f4056 + 6184185 commit 613a479

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
############################################################
44
FROM node:lts-alpine AS build
55

6-
RUN apk --no-cache add git
6+
RUN apk --no-cache add \
7+
build-base \
8+
git \
9+
python3
10+
711
WORKDIR /tmp
812

913
# Copy package.json first to benefit from layer caching

0 commit comments

Comments
 (0)