Skip to content

Commit

Permalink
Merge pull request #53 from cisco-ie/dockerfile
Browse files Browse the repository at this point in the history
Dockerfile
  • Loading branch information
remingtonc authored May 15, 2020
2 parents 9b09824 + f3636af commit aad124f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM python:3-alpine
RUN apk add --no-cache --virtual .build-deps gcc musl-dev libffi-dev openssl-dev g++
RUN pip install cisco-gnmi
ENTRYPOINT [ "cisco-gnmi" ]

0 comments on commit aad124f

Please sign in to comment.