Fix git not found on docker image and fix path for spamwatch plugin
This commit is contained in:
parent
31cfc01f2f
commit
ad5b3c3f48
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:20-slim
|
||||
|
||||
# Install ffmpeg and other deps
|
||||
RUN apt-get update && apt-get install -y ffmpeg && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y ffmpeg git && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue