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