mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add gnuplot
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
447a03c5ef
commit
a852bd4295
8
gnuplot/Dockerfile
Normal file
8
gnuplot/Dockerfile
Normal 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"]
|
Loading…
Reference in New Issue
Block a user