Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from project-arlo/build-sonic-on-nfs
Browse files Browse the repository at this point in the history
Changes to fix build issue for mgmt framework
  • Loading branch information
jeff-yin authored Jul 17, 2019
2 parents c45e80c + c8cd633 commit 03ae04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-sonic-mgmt-framework/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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(' ') -%}
Expand Down

0 comments on commit 03ae04b

Please sign in to comment.