--no-install-recommends

This commit is contained in:
ofreax 2015-12-21 21:39:16 +01:00
parent b779b4d438
commit 197ac3dee9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CMD ["/container/tool/run"]
# Install Keepalived # Install Keepalived
RUN apt-get -y update \ RUN apt-get -y update \
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y \ && LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
curl \ curl \
make \ make \
gcc \ gcc \