1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-27 06:05:40 +02:00
Jess Frazelle 3c0ec06020 fix alpine repo urls
Signed-off-by: Jess Frazelle <acidburn@github.com>
2018-11-29 16:49:49 -05:00

9 lines
197 B
Docker

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