diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-02-08 13:47:17 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-02-08 13:47:17 (GMT) |
commit | 87d7236f93abb4ad27a85b4447cca2842bce816b (patch) | |
tree | 01ce53eeb8d3f746ec906b65fa6e2a90a301cfc3 /icecast | |
parent | c1f671ea55f6118d4b9c907fdbf3293b4bf61dbc (diff) |
add icecast app image
Diffstat (limited to 'icecast')
-rw-r--r-- | icecast/bullseye/Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/icecast/bullseye/Dockerfile b/icecast/bullseye/Dockerfile new file mode 100644 index 0000000..e4e9dee --- /dev/null +++ b/icecast/bullseye/Dockerfile @@ -0,0 +1,7 @@ +FROM docker.helsinki.at/debian:bullseye +MAINTAINER Christian Pointner <equinox@helsinki.at> + +RUN set -x \ + && apt-get update -q \ + && apt-get install -y -q icecast2 \ + && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* |