build sqlite from source

main
Cogent Apps 2023-03-18 02:05:28 +00:00
parent a39ac48549
commit 4eeb7f3478
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ WORKDIR /app
COPY ./server/package.json ./ COPY ./server/package.json ./
COPY ./server/tsconfig.json ./ COPY ./server/tsconfig.json ./
RUN apk add --update --no-cache python3 py3-pip make g++ git
RUN npm install RUN npm install
COPY ./server/src ./src COPY ./server/src ./src