This commit is contained in:
2023-04-03 19:01:04 -07:00
parent 4d775074ed
commit 9c88c70e06

View File

@@ -1,8 +1,7 @@
# Install dependencies only when needed
FROM node:18-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk update
RUN apk add --no-cache libc6-compat sqlite3
RUN apk add --no-cache libc6-compat sqlite
WORKDIR /app
# Install dependencies based on the preferred package manager