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.
2 parents 9b09824 + f3636af commit aad124fCopy full SHA for aad124f
scripts/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