diff --git a/Dockerfile b/Dockerfile index df355d2..36903b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:14.17-slim # Video support dependency -RUN apt update && apt install -y ffmpeg +RUN apt-get update && apt-get install -y ffmpeg # Install NPM dependencies and copy the project WORKDIR /teddit