diff --git a/Dockerfile b/Dockerfile index aedd710..4757646 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ruby:3.1.1-slim -RUN apt-get update && apt-get install -y --no-install-recommends \ +RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \ gnupg2 \ curl \