[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:
parent
4c65682478
commit
0fbbb2be41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user