diff options
| author | artiume <siderite@gmail.com> | 2020-03-17 10:34:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-17 10:34:25 -0400 |
| commit | a234388552b7ca3a6a76d882004187d5fa1208cd (patch) | |
| tree | dacf9f0eeeedcc87b37f080e84393667a32a9dc1 /Dockerfile.arm64 | |
| parent | 30d38bd5c680d80fb4b0cdcaf45028580406e74e (diff) | |
Fix arm64
Diffstat (limited to 'Dockerfile.arm64')
| -rw-r--r-- | Dockerfile.arm64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index f27c6e58a..e5e406818 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -8,8 +8,8 @@ ARG DOTNET_VERSION=3.1 FROM node:alpine as web-builder ARG JELLYFIN_WEB_VERSION=10.5.1 RUN apk add curl git \ - && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ - && cd jellyfin-web-* \ + && git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \ + && cd jellyfin-web \ && yarn install \ && yarn build \ && mv dist /dist |
