Skip to content

Commit e1bdca5

Browse files
committed
pref: change the database type to SQLite
1 parent 530dfac commit e1bdca5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ENV HUSKY=0
77
# Use pnpm
88
RUN corepack enable && corepack prepare [email protected] --activate
99

10+
# Install python and build tools
11+
RUN apk add --no-cache python3 make g++
12+
1013
# Install deps efficiently
1114
COPY package.json pnpm-lock.yaml* ./
1215
RUN pnpm fetch

0 commit comments

Comments
 (0)