summaryrefslogtreecommitdiff
path: root/icecast/bullseye/Dockerfile
blob: e4e9dee8a4e1e9c94e05cca43154742e28cf279e (plain)
1
2
3
4
5
6
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/*