From 8251643f8761153b192350376c010aa0822863cd Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sun, 24 Apr 2022 23:11:38 -0700 Subject: [PATCH] remove git --- production.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/production.Dockerfile b/production.Dockerfile index f438af2..91dc841 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -3,7 +3,6 @@ FROM ruby:3.1.2-slim RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \ gnupg2 \ - git \ libpq-dev \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*