File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
6262LABEL maintainer="sparklyballs,thelamer"
6363
6464RUN \
65- echo "**** install build packages ****" && \
65+ echo "**** install build packages ****" && \
6666 apk add --no-cache --upgrade --virtual=build-dependencies \
6767 py2-pip && \
6868 echo "**** install packages ****" && \
@@ -76,15 +76,16 @@ RUN \
7676 wget && \
7777 echo "**** install python packages ****" && \
7878 pip install --no-cache-dir \
79- apprise \
79+ apprise \
8080 chardet \
8181 pynzbget &&\
8282 echo "**** cleanup ****" && \
8383 apk del --purge \
84- build-dependencies \
85- rm -rf \
84+ build-dependencies && \
85+ rm -rf \
8686 /root/.cache \
87- /tmp/*
87+ /tmp/*
88+
8889# add local files and files from buildstage
8990COPY --from=buildstage /app/nzbget /app/nzbget
9091COPY root/ /
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
6262LABEL maintainer="sparklyballs,thelamer"
6363
6464RUN \
65- echo "**** install build packages ****" && \
65+ echo "**** install build packages ****" && \
6666 apk add --no-cache --upgrade --virtual=build-dependencies \
6767 py2-pip && \
6868 echo "**** install packages ****" && \
@@ -76,15 +76,16 @@ RUN \
7676 wget && \
7777 echo "**** install python packages ****" && \
7878 pip install --no-cache-dir \
79- apprise \
79+ apprise \
8080 chardet \
8181 pynzbget &&\
8282 echo "**** cleanup ****" && \
8383 apk del --purge \
84- build-dependencies \
85- rm -rf \
84+ build-dependencies && \
85+ rm -rf \
8686 /root/.cache \
87- /tmp/*
87+ /tmp/*
88+
8889# add local files and files from buildstage
8990COPY --from=buildstage /app/nzbget /app/nzbget
9091COPY root/ /
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
6262LABEL maintainer="sparklyballs,thelamer"
6363
6464RUN \
65- echo "**** install build packages ****" && \
65+ echo "**** install build packages ****" && \
6666 apk add --no-cache --upgrade --virtual=build-dependencies \
6767 py2-pip && \
6868 echo "**** install packages ****" && \
@@ -76,15 +76,15 @@ RUN \
7676 wget && \
7777 echo "**** install python packages ****" && \
7878 pip install --no-cache-dir \
79- apprise \
79+ apprise \
8080 chardet \
8181 pynzbget &&\
8282 echo "**** cleanup ****" && \
8383 apk del --purge \
84- build-dependencies \
85- rm -rf \
84+ build-dependencies && \
85+ rm -rf \
8686 /root/.cache \
87- /tmp/*
87+ /tmp/*
8888# add local files and files from buildstage
8989COPY --from=buildstage /app/nzbget /app/nzbget
9090COPY root/ /
You can’t perform that action at this time.
0 commit comments