dockerfiles/gnuplot/Dockerfile
Jess Frazelle a852bd4295
add gnuplot
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-02-14 12:27:21 -05:00

9 lines
196 B
Docker

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"]