build dependency pkgs added to docker for build failure fix
This commit is contained in:
parent
7a7e456d4e
commit
4125d6ac62
@ -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(' ') -%}
|
||||
|
Reference in New Issue
Block a user