Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #27 from thelamer/master
Browse files Browse the repository at this point in the history
#25 #24 adding deps from issues
  • Loading branch information
aptalca committed Feb 5, 2019
2 parents 2066a80 + aa96070 commit 3c36e4c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="sparklyballs"

RUN \
echo "**** install system packages ****" && \
apk add --no-cache \
nodejs && \
echo "**** install pip packages ****" && \
pip install --no-cache-dir -U \
comictagger \
configparser \
html5lib \
tzlocal && \
echo "**** install app ****" && \
if [ -z ${MYLAR_COMMIT+x} ]; then \
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="sparklyballs"

RUN \
echo "**** install system packages ****" && \
apk add --no-cache \
nodejs && \
echo "**** install pip packages ****" && \
pip install --no-cache-dir -U \
comictagger \
configparser \
html5lib \
tzlocal && \
echo "**** install app ****" && \
if [ -z ${MYLAR_COMMIT+x} ]; then \
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="sparklyballs"

RUN \
echo "**** install system packages ****" && \
apk add --no-cache \
nodejs && \
echo "**** install pip packages ****" && \
pip install --no-cache-dir -U \
comictagger \
configparser \
html5lib \
tzlocal && \
echo "**** install app ****" && \
if [ -z ${MYLAR_COMMIT+x} ]; then \
Expand Down

0 comments on commit 3c36e4c

Please sign in to comment.