diff options
| author | artiume <siderite@gmail.com> | 2020-02-13 05:53:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-13 05:53:23 -0500 |
| commit | 40ad6f843fddab81bdaf26af4e6530ce4529eebf (patch) | |
| tree | 901eda2816373cc569ca0d3b1bca12418fb1f679 /Dockerfile | |
| parent | fd55164410f2cc630390e0694f8b962fce96aa61 (diff) | |
| parent | 64800de29da43aa74c2925d2a10b1f626b8c2eae (diff) | |
Merge pull request #16 from jellyfin/master
nightly
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 0bccd9d64..1029a4cee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG FFMPEG_VERSION=latest FROM node:alpine as web-builder ARG JELLYFIN_WEB_VERSION=master -RUN apk add curl \ +RUN apk add curl git \ && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ && cd jellyfin-web-* \ && yarn install \ |
