aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm64
diff options
context:
space:
mode:
authorFernando Fernández <ferferga@hotmail.com>2021-04-06 17:24:01 +0200
committerFernando Fernández <ferferga@hotmail.com>2021-04-06 17:24:01 +0200
commitba958c70d5359183660f94542954585bb6f67d9f (patch)
tree16ee5efe97ef3505cc99042efd30af5c0f6abf34 /Dockerfile.arm64
parent3412120c614384fc82bef4571c2fdcd45dae0a38 (diff)
(jellyfin-web): Switch to npm
Diffstat (limited to 'Dockerfile.arm64')
-rw-r--r--Dockerfile.arm642
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index db7de935c..994df32dd 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -10,7 +10,7 @@ ARG JELLYFIN_WEB_VERSION=master
RUN apk add curl git zlib zlib-dev autoconf g++ make libpng-dev gifsicle alpine-sdk automake libtool make gcc musl-dev nasm python \
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
&& cd jellyfin-web-* \
- && yarn install \
+ && npm i \
&& mv dist /dist