build dependency pkgs added to docker for build failure fix

This commit is contained in:
Srideep Devireddy 2019-07-17 15:00:23 -04:00
parent 7a7e456d4e
commit 4125d6ac62

View File

@ -22,7 +22,7 @@ RUN pip install connexion==1.1.15 \
## Install redis-tools dependencies
## TODO: implicitly install dependencies
RUN apt-get -y install libjemalloc1
RUN apt-get -y install libjemalloc1 libatomic1 liblua5.1-0 lua-bitop lua-cjson
COPY \
{% for deb in docker_sonic_mgmt_framework_debs.split(' ') -%}