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/*