aboutsummaryrefslogtreecommitdiff
path: root/newsboat/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'newsboat/Dockerfile')
-rw-r--r--newsboat/Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/newsboat/Dockerfile b/newsboat/Dockerfile
deleted file mode 100644
index e15f4ef..0000000
--- a/newsboat/Dockerfile
+++ /dev/null
@@ -1,13 +0,0 @@
1FROM alpine:edge
2LABEL maintainer="Mike Crute <mike@crute.us>"
3
4RUN \
5 apk add --no-cache \
6 curl \
7 su-exec \
8 newsboat \
9 ;
10
11ADD entrypoint.sh /
12ENTRYPOINT [ "/entrypoint.sh" ]
13CMD [ "/usr/bin/newsboat" ]