mirror of
https://codeberg.org/teddit/teddit
synced 2025-01-05 07:17:29 +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
|
FROM node:14.17-slim
|
||||||
|
|
||||||
# Video support dependency
|
# 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
|
# Install NPM dependencies and copy the project
|
||||||
WORKDIR /teddit
|
WORKDIR /teddit
|
||||||
|
Loading…
Reference in New Issue
Block a user