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

Fix Dockerfile for non-root enviroment #138

Merged
merged 1 commit into from
Nov 28, 2022
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
2 changes: 2 additions & 0 deletions sample-topology/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apk add gcc musl-dev python-dev libffi-dev openssl-dev cargo
RUN apk add --no-cache --upgrade bash
RUN apk add --update openssh
RUN apk add --update iptables
RUN apk add --no-cache netcat-openbsd
RUN apk add openjdk11

# Install dependencies for ncclient
Expand All @@ -21,3 +22,4 @@ RUN pip install typing
RUN pip install --no-cache-dir -r requirements.txt

ADD https://license.frinx.io/download/netconf-testtool-1.4.2-Oxygen-SR2.4_2_10_rc5-frinxodl-SNAPSHOT-executable.jar /./netconf-testtool/
RUN chmod +r /./netconf-testtool/netconf-testtool-1.4.2-Oxygen-SR2.4_2_10_rc5-frinxodl-SNAPSHOT-executable.jar