aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
diff options
context:
space:
mode:
authorLuke Foust <luke@foust.com>2020-03-22 12:28:59 -0700
committerGitHub <noreply@github.com>2020-03-22 12:28:59 -0700
commitf3213d3bef8a49a5e91cafaba2eaefb5592438c6 (patch)
tree70e01db58e64ebd96bc0625a1ad779a33cc23de7 /Dockerfile.arm
parentdcd0d93f44bf1befea5e61993bc868b5846102a0 (diff)
parent425bd2b01b7ad3397d38c29da8ac50d68bd9a1cf (diff)
Merge pull request #2 from jellyfin/master
merge with upstream master
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index 07780e27b..434280855 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -7,11 +7,10 @@ ARG DOTNET_VERSION=3.1
FROM node:alpine as web-builder
ARG JELLYFIN_WEB_VERSION=master
-RUN apk add curl git \
+RUN apk add curl git zlib zlib-dev autoconf g++ make libpng-dev gifsicle alpine-sdk automake libtool make gcc musl-dev nasm python \
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
&& cd jellyfin-web-* \
&& yarn install \
- && yarn build \
&& mv dist /dist