diff --git a/backend/Dockerfile b/backend/Dockerfile index 848ddb0..f56a5a3 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -26,6 +26,8 @@ RUN set -eux; \ apt-get update; \ fi; \ if ! apt-get install -y --no-install-recommends \ + git \ + openssh-client \ libpango-1.0-0 \ libpangoft2-1.0-0 \ libpangocairo-1.0-0 \ @@ -41,6 +43,8 @@ RUN set -eux; \ apt-get -f install -y || true; \ apt-get update; \ apt-get install -y --no-install-recommends \ + git \ + openssh-client \ libpango-1.0-0 \ libpangoft2-1.0-0 \ libpangocairo-1.0-0 \