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

#25 #24 adding deps from issues #27

Merged
merged 1 commit into from
Feb 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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