mirror of
https://codeberg.org/teddit/teddit
synced 2025-01-03 14:29:14 +01:00
Add wget to the Docker so that the healthcheck works
This commit is contained in:
parent
fa8f0ba02b
commit
1baa654a54
@ -2,7 +2,7 @@
|
||||
FROM node:14.17-slim
|
||||
|
||||
# Video support dependency
|
||||
RUN apt-get update && apt-get install -y ffmpeg
|
||||
RUN apt-get update && apt-get install -y ffmpeg wget
|
||||
|
||||
# Install NPM dependencies and copy the project
|
||||
WORKDIR /teddit
|
||||
|
Loading…
Reference in New Issue
Block a user