Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add conserver to sonic-mgmt container #21531

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add conserver to sonic-mgmt container
Modify the sonic-mgmt Dockerfile to install the conserver package.
This is needed for running dut_console tests through a conserver
connection.
  • Loading branch information
dayouliu1 committed Jan 25, 2025
commit a3d4c8af9eefc62c17f361d94506d749b1d056db
1 change: 1 addition & 0 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y apt-transport-https \
build-essential \
ca-certificates \
cmake \
conserver-client \
curl \
default-jre \
git \
Expand Down
Loading