parent
c7950b8e4a
commit
b78c3ba385
@ -0,0 +1,21 @@
|
||||
FROM linuxserver/readarr:amd64-develop
|
||||
LABEL maintainer="RandomNinjaAtk"
|
||||
|
||||
ENV TITLE="Readarr Extended"
|
||||
ENV VERSION="1.0.00001"
|
||||
|
||||
RUN \
|
||||
echo "************ install and update packages ************" && \
|
||||
apk add -U --update --no-cache \
|
||||
jq \
|
||||
ffmpeg
|
||||
|
||||
# copy local files
|
||||
#COPY root/ /
|
||||
|
||||
# set work directory
|
||||
WORKDIR /config
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 8787
|
||||
VOLUME /config
|
Loading…
Reference in new issue