Add rtmpdump
This commit is contained in:
parent
0f95ea405c
commit
39fb97d71c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ ENV XDG_CONFIG_HOME=/config
|
|||
ENV XDG_CACHE_HOME=/tmp
|
||||
|
||||
RUN mkdir /config /downloads && ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone && \
|
||||
apk add --update --no-cache bash mkvtoolnix patch aria2 coreutils curl shadow sqlite tzdata libmagic ffmpeg && \
|
||||
apk add --update --no-cache bash mkvtoolnix patch aria2 coreutils curl shadow sqlite tzdata libmagic ffmpeg rtmpdump && \
|
||||
useradd -u ${USER_ID:-1000} -U -d /app -s /bin/bash app && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue