Merge branch 'release-0.2.0' of github.com:osixia/docker-keepalived into release-0.2.0

This commit is contained in:
Bertrand Gouny 2015-12-22 17:40:33 +01:00
commit 1a9c7307ed
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CMD ["/container/tool/run"]
# Install Keepalived
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 \
make \
gcc \