Add wget to the Docker so that the healthcheck works

This commit is contained in:
TheFrenchGhosty 2022-02-08 18:52:25 +01:00
parent fa8f0ba02b
commit 1baa654a54
1 changed files with 1 additions and 1 deletions

View File

@ -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