File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
2
2
LABEL maintainer="Adam Beardwood"
3
+ ENV GETIPLAYER_PROFILE=/config/.get_iplayer
3
4
4
5
RUN apk add --update --no-cache ffmpeg perl-cgi perl-mojolicious perl-lwp-protocol-https perl-xml-libxml perl-libwww jq logrotate curl && \
5
6
apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ atomicparsley
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8- 3.13
1
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.13
2
2
LABEL maintainer="Adam Beardwood"
3
+ ENV GETIPLAYER_PROFILE=/config/.get_iplayer
3
4
4
5
RUN apk add --update --no-cache ffmpeg perl-cgi perl-mojolicious perl-lwp-protocol-https perl-xml-libxml perl-libwww jq logrotate curl && \
5
6
apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ atomicparsley
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7- 3.13
1
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.13
2
2
LABEL maintainer="Adam Beardwood"
3
+ ENV GETIPLAYER_PROFILE=/config/.get_iplayer
3
4
4
5
RUN apk add --update --no-cache ffmpeg perl-cgi perl-mojolicious perl-lwp-protocol-https perl-xml-libxml perl-libwww jq logrotate curl && \
5
6
apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ atomicparsley
You can’t perform that action at this time.
0 commit comments