dockerfiles/gnuplot/Dockerfile

9 lines
197 B
Docker
Raw Permalink Normal View History

FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
gnuplot
ENTRYPOINT ["gnuplot"]