From 2c7d736bd3089503117edb101d5a7d0f8fa3ee7e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Mar 2022 13:39:50 +0100 Subject: Install git in docker image Can be needed to install plugins --- support/docker/production/Dockerfile.bullseye | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/docker/production') diff --git a/support/docker/production/Dockerfile.bullseye b/support/docker/production/Dockerfile.bullseye index e55da3307..c57b878ee 100644 --- a/support/docker/production/Dockerfile.bullseye +++ b/support/docker/production/Dockerfile.bullseye @@ -2,7 +2,7 @@ FROM node:14-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 -- cgit v1.2.3