mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 06:32:41 +01:00
fix alpine repo urls
Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:latest
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apk --no-cache add \
|
||||
--repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \
|
||||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
||||
gnuplot
|
||||
|
||||
ENTRYPOINT ["gnuplot"]
|
||||
|
||||
Reference in New Issue
Block a user