aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtiume <siderite@gmail.com>2019-12-16 01:09:45 -0500
committerGitHub <noreply@github.com>2019-12-16 01:09:45 -0500
commitc96d3c35a0fc6f919554156473466eef5a7faebf (patch)
tree61800f577308b58e7feb2f453d59f5f7c8c09a4c
parent0d571b3ad1506a5dd40bdcb2bf73f85ae7415a24 (diff)
Update Dockerfile
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f100c27a3..e7d36316d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,6 @@ ARG FFMPEG_VERSION=latest
FROM node:alpine as web-builder
ARG JELLYFIN_WEB_VERSION=master
RUN apk add curl \
- && curl -L https://github.com/artiume/jellyfin-web \
&& cd jellyfin-web \
&& yarn install \
&& yarn build \