Skip to content

Commit 0d229a6

Browse files
committed
formatting
1 parent f4f202e commit 0d229a6

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
6262
LABEL maintainer="sparklyballs,thelamer"
6363

6464
RUN \
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
8990
COPY --from=buildstage /app/nzbget /app/nzbget
9091
COPY root/ /

Dockerfile.aarch64

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
6262
LABEL maintainer="sparklyballs,thelamer"
6363

6464
RUN \
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
8990
COPY --from=buildstage /app/nzbget /app/nzbget
9091
COPY root/ /

Dockerfile.armhf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
6262
LABEL maintainer="sparklyballs,thelamer"
6363

6464
RUN \
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
8989
COPY --from=buildstage /app/nzbget /app/nzbget
9090
COPY root/ /

0 commit comments

Comments
 (0)