mirror of
https://github.com/linuxserver/docker-sickchill.git
synced 2026-02-20 01:01:06 +08:00
#5 adding nodejs
This commit is contained in:
parent
63ec5765b6
commit
def42e5d2c
@ -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 && \
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user