Jelajahi Sumber

git to arm64

artiume 5 tahun lalu
induk
melakukan
8fb86cb5ff
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Dockerfile.arm64

+ 1 - 1
Dockerfile.arm64

@@ -3,7 +3,7 @@ ARG DOTNET_VERSION=3.1
 
 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 \