#5 adding nodejs

This commit is contained in:
thelamer 2019-04-17 17:13:28 -07:00
parent 63ec5765b6
commit def42e5d2c
5 changed files with 16 additions and 8 deletions

View File

@ -11,8 +11,10 @@ LABEL maintainer="homerr"
ENV PYTHONIOENCODING="UTF-8"
RUN \
echo "**** upgrade packages ****" && \
apk add --no-cache --upgrade && \
echo "**** install packages ****" && \
apk add --no-cache --upgrade && \
apk add --no-cache \
nodejs && \
echo "**** fetch sickchill ****" && \
mkdir -p \
/app/sickchill && \

View File

@ -11,8 +11,10 @@ LABEL maintainer="homerr"
ENV PYTHONIOENCODING="UTF-8"
RUN \
echo "**** upgrade packages ****" && \
apk add --no-cache --upgrade && \
echo "**** install packages ****" && \
apk add --no-cache --upgrade && \
apk add --no-cache \
nodejs && \
echo "**** fetch sickchill ****" && \
mkdir -p \
/app/sickchill && \
@ -33,4 +35,4 @@ COPY root/ /
# ports and volumes
EXPOSE 8081
VOLUME /config /downloads /tv
VOLUME /config /downloads /tv

View File

@ -11,8 +11,10 @@ LABEL maintainer="homerr"
ENV PYTHONIOENCODING="UTF-8"
RUN \
echo "**** upgrade packages ****" && \
apk add --no-cache --upgrade && \
echo "**** install packages ****" && \
apk add --no-cache --upgrade && \
apk add --no-cache \
nodejs && \
echo "**** fetch sickchill ****" && \
mkdir -p \
/app/sickchill && \
@ -33,4 +35,4 @@ COPY root/ /
# ports and volumes
EXPOSE 8081
VOLUME /config /downloads /tv
VOLUME /config /downloads /tv

View File

@ -163,5 +163,6 @@ Below are the instructions for updating containers:
## Versions
* **17.04.19:** - Adding Nodejs dependancy.
* **31.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **10.10.18:** - Initial Release.

View File

@ -36,5 +36,6 @@ app_setup_block: |
# changelog
changelogs:
- { date: "17.04.19:", desc: "Adding Nodejs dependancy." }
- { date: "31.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "10.10.18:", desc: "Initial Release." }