From b48aaff2092f308350bd5c2690ee4d5981f85f88 Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Sun, 27 May 2018 17:49:04 -0400 Subject: [PATCH] optimize size --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c272f87..0968bc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:2.4 RUN apt-get -y update \ - && apt-get -y install nodejs mysql-client git-core python-minimal python-pip python-dev libcap2-bin \ + && apt-get -y install --no-install-recommends nodejs mysql-client git-core python-minimal python-pip python-dev libcap2-bin \ && pip install j2cli \ && git clone https://github.com/atech/postal.git /opt/postal \ && rm -rf /var/lib/apt/lists/* \