diff --git a/Dockerfile b/Dockerfile index ecf5d24..6653cae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm install -g pnpm@8.3.1 COPY . . -RUN apk add --update --no-cache python3 g++ make py3-pip +RUN apk add --update --no-cache python3 py3-pip g++ make RUN pnpm install --frozen-lockfile @@ -14,7 +14,7 @@ RUN pnpm build # make sure run after pnpm build completed # Push client(only support pure text message) -RUN pip install apprise --break-system-packages +# RUN pip install apprise --break-system-packages # remove unused source file RUN rm -rf ./src