mirror of
				https://github.com/Telecominfraproject/ols-nos.git
				synced 2025-10-31 10:07:49 +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:
		| @@ -29,7 +29,8 @@ stages: | ||||
|                          debhelper-compat dh-elpa dh-sequence-python3 python3-all \ | ||||
|                          libpython3-all-dev python3-six xmlto unzip rake-compiler gem2deb pkg-php-tools \ | ||||
|                          ant default-jdk maven-repo-helper libguava-java \ | ||||
|                          libboost-all-dev libgtest-dev build-essential | ||||
|                          libboost-all-dev libgtest-dev build-essential swig4.0 swig | ||||
|         sudo pip3 install pytest click | ||||
|         wget http://ftp.us.debian.org/debian/pool/main/libg/libgoogle-gson-java/libgoogle-gson-java_2.8.6-1+deb11u1_all.deb | ||||
|         sudo dpkg -i libgoogle-gson-java_2.8.6-1+deb11u1_all.deb | ||||
|         mkdir -p /tmp/artifacts | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ze Gan
					Ze Gan