diff --git a/Dockerfile b/Dockerfile index e3dd36e..abd101a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \ curl \ gnupg \ ffmpeg \ + git \ && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \ && apt-get install -y nodejs \ && rm -rf /var/lib/apt/lists/*