aboutsummaryrefslogtreecommitdiff
path: root/newsboat/Dockerfile
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2023-11-21 21:19:38 -0800
committerMike Crute <mike@crute.us>2023-11-21 21:19:38 -0800
commita6dcbdda8fb66393be7e12bd3a90b77c203987d1 (patch)
tree5be553d205eb689837f6a7972e46880c73681421 /newsboat/Dockerfile
parentaad62a8b259005cb8353d6a7b4a3f60c85803d1f (diff)
downloaddockerfiles-a6dcbdda8fb66393be7e12bd3a90b77c203987d1.tar.bz2
dockerfiles-a6dcbdda8fb66393be7e12bd3a90b77c203987d1.tar.xz
dockerfiles-a6dcbdda8fb66393be7e12bd3a90b77c203987d1.zip
Remove old builds
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" ]