diff --git a/Dockerfile b/Dockerfile index d86be8272..05f9f8140 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \ && add-apt-repository "deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" \ - && apt-get update && apt-get install -y docker-ce \ + && apt-get update && apt-get install -y --no-install-recommends \ + docker-ce \ && rm -rf /var/lib/apt/lists/* # Build Tools