Skip to content

Commit

Permalink
add gnuplot
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Feb 14, 2018
1 parent 447a03c commit a852bd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gnuplot/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
--repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \
gnuplot

ENTRYPOINT ["gnuplot"]

0 comments on commit a852bd4

Please sign in to comment.