Skip to content

Commit

Permalink
chore: change docker base image to node:20-bookworm-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jan 14, 2024
1 parent 6b74e60 commit 65c37d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
FROM node:lts-alpine
FROM node:20-bookworm-slim

WORKDIR /app/tianji

RUN npm install -g [email protected]

COPY . .

RUN apk add --update --no-cache python3 g++ make py3-pip

# Push client(only support pure text message)
RUN pip install apprise --break-system-packages
RUN apt update && apt -y install apprise

RUN pnpm install --frozen-lockfile

Expand Down

0 comments on commit 65c37d8

Please sign in to comment.