]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/Dockerfile.bullseye
Use node 16 in peertube docker image
[github/Chocobozzz/PeerTube.git] / support / docker / production / Dockerfile.bullseye
index e55da330708ac4b5c0c003707e11e79feb216b9a..43683faee2593c1f3bd3a4bf36a738e69c1f363e 100644 (file)
@@ -1,8 +1,8 @@
-FROM node:14-bullseye-slim
+FROM node:16-bullseye-slim
 
 # Install dependencies
 RUN apt update \
- && apt install -y --no-install-recommends openssl ffmpeg python3 ca-certificates gnupg gosu build-essential curl \
+ && apt install -y --no-install-recommends openssl ffmpeg python3 ca-certificates gnupg gosu build-essential curl git \
  && gosu nobody true \
  && rm /var/lib/apt/lists/* -fR