mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-01 21:53:42 +00:00
[docker-database]: Install sonic-dash-api CLI in database container (#17479)
Add sonic-dash-api CLI in database container for decoding the dash objects from protobuf to readable json. Signed-off-by: Ze Gan <ganze718@gmail.com>
This commit is contained in:
@@ -12,6 +12,9 @@ RUN apt-get update
|
||||
# Install redis-server
|
||||
RUN apt-get install -y redis-tools redis-server
|
||||
|
||||
# Install click for CLI
|
||||
RUN pip3 install click
|
||||
|
||||
{% if docker_database_debs.strip() -%}
|
||||
# Copy locally-built Debian package dependencies
|
||||
{{ copy_files("debs/", docker_database_debs.split(' '), "/debs/") }}
|
||||
|
||||
Reference in New Issue
Block a user