aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm64
diff options
context:
space:
mode:
authorartiume <siderite@gmail.com>2020-02-11 10:30:30 -0500
committerGitHub <noreply@github.com>2020-02-11 10:30:30 -0500
commit8fb86cb5ffc84abd974c48edbd68b6c7ee2841ad (patch)
tree42c4f16f696033ec09d295f610187cba050f83a3 /Dockerfile.arm64
parente47185160e679a9dd18377c9671fd637fb592887 (diff)
git to arm64
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 a0cd0dacc..bf9604bbf 100644
--- a/Dockerfile.arm64
+++ b/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 \