Skip to content

Commit 60c055a

Browse files
committed
fix(docker): Fix docker build
1 parent 684162c commit 60c055a

File tree

3 files changed

+14183
-2135
lines changed

3 files changed

+14183
-2135
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
FROM alpine:latest as dependencies
1818

1919
RUN apk add --no-cache \
20-
nodejs npm
20+
nodejs npm python3 sqlite make gcc g++ libc-dev
2121

2222
COPY package.json .
2323
RUN npm install

0 commit comments

Comments
 (0)