[slave.mk]: add procmail to sonic-slave. (#385)

Needed for lockfile utility.

Signed-off-by: marian-pritsak <marianp@mellanox.com>
This commit is contained in:
Marian Pritsak 2017-03-08 09:11:42 +02:00 committed by lguohan
parent 4c65682478
commit 0fbbb2be41

View File

@ -92,6 +92,9 @@ RUN apt-get update && apt-get install -y docutils-common libjs-sphinxdoc libjs-u
# For templating
RUN pip install j2cli
# For lockfile
RUN apt-get update && apt-get install -y procmail
# Install depot-tools (for git-retry)
RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git /usr/share/depot_tools
ENV PATH /usr/share/depot_tools:$PATH