add gnuplot

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-02-14 12:27:21 -05:00
parent 447a03c5ef
commit a852bd4295
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

8
gnuplot/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
--repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \
gnuplot
ENTRYPOINT ["gnuplot"]