artiume 5 ani în urmă
părinte
comite
a234388552
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      Dockerfile.arm64

+ 2 - 2
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