diff --git a/Dockerfile b/Dockerfile index 7dace3f..e518666 100644 --- a/Dockerfile +++ b/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 \ - curl \ less \ git \ libpq-dev \ diff --git a/production.Dockerfile b/production.Dockerfile index c0e5f90..f438af2 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 \ - curl \ git \ libpq-dev \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*