Add new sonic-config dependencies to dhcp_relay Dockerfile (#237)

This commit is contained in:
Joe LeVeque 2017-02-01 21:29:50 -08:00 committed by GitHub
parent c90efba372
commit 61d4509f0b

View File

@ -1,5 +1,8 @@
FROM docker-base
# Dependencies for sonic-cfggen
RUN apt-get install -y python-lxml python-jinja2 python-netaddr python-ipaddr python-yaml
## Make apt-get non-interactive
ENV DEBIAN_FRONTEND=noninteractive