aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
diff options
context:
space:
mode:
authorartiume <siderite@gmail.com>2020-02-11 10:30:15 -0500
committerGitHub <noreply@github.com>2020-02-11 10:30:15 -0500
commite47185160e679a9dd18377c9671fd637fb592887 (patch)
treeda38515191da380335c173e12a24e6bd6c0c4918 /Dockerfile.arm
parent8acfc264fca7f2b35fa6c24ce7ff0628c7f01ade (diff)
Add git to arm
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index e7cbb0909..5151d4cb6 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -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 \