We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b09824 commit e9bb798Copy full SHA for e9bb798
Dockerfile
@@ -0,0 +1,4 @@
1
+FROM python:3-alpine
2
+RUN apk add --no-cache --virtual .build-deps gcc musl-dev libffi-dev openssl-dev g++
3
+RUN pip install cisco-gnmi
4
+ENTRYPOINT [ "cisco-gnmi" ]
0 commit comments