2018-02-14 12:27:21 -05:00
|
|
|
FROM alpine:latest
|
|
|
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
|
|
|
|
|
|
|
RUN apk --no-cache add \
|
2018-11-29 16:49:49 -05:00
|
|
|
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
2018-02-14 12:27:21 -05:00
|
|
|
gnuplot
|
|
|
|
|
|
|
|
ENTRYPOINT ["gnuplot"]
|