diff --git a/Dockerfile b/Dockerfile index 36903b2..6673b9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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