Skip to content

Commit 6e0ecf9

Browse files
committed
Fix GETIPLAYER_PROFILE
1 parent 4020a60 commit 6e0ecf9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
22
LABEL maintainer="Adam Beardwood"
3+
ENV GETIPLAYER_PROFILE=/config/.get_iplayer
34

45
RUN apk add --update --no-cache ffmpeg perl-cgi perl-mojolicious perl-lwp-protocol-https perl-xml-libxml perl-libwww jq logrotate curl && \
56
apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ atomicparsley

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.13
1+
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
22
LABEL maintainer="Adam Beardwood"
3+
ENV GETIPLAYER_PROFILE=/config/.get_iplayer
34

45
RUN apk add --update --no-cache ffmpeg perl-cgi perl-mojolicious perl-lwp-protocol-https perl-xml-libxml perl-libwww jq logrotate curl && \
56
apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ atomicparsley

Dockerfile.armhf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13
1+
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
22
LABEL maintainer="Adam Beardwood"
3+
ENV GETIPLAYER_PROFILE=/config/.get_iplayer
34

45
RUN apk add --update --no-cache ffmpeg perl-cgi perl-mojolicious perl-lwp-protocol-https perl-xml-libxml perl-libwww jq logrotate curl && \
56
apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ atomicparsley

0 commit comments

Comments
 (0)