aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorgion <oancaionutandrei@gmail.com>2020-05-26 10:23:09 +0200
committergion <oancaionutandrei@gmail.com>2020-05-26 10:23:09 +0200
commite4838b0faa2dafec9382abe8e00bd18be624a030 (patch)
treee6c685ff5a8031e44007de7f113453ac6d296d07 /Dockerfile
parent8c04049a595df054f491712ed317274566f2d71b (diff)
parent976ae36bea0768f0e363bf0c5091b0853cc81c4d (diff)
Merge remote-tracking branch 'upstream/master' into syncplay
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6e834d4e0b..d3fb138a81 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ ARG DOTNET_VERSION=3.1
FROM node:alpine as web-builder
ARG JELLYFIN_WEB_VERSION=master
-RUN apk add curl git zlib zlib-dev autoconf g++ make libpng-dev gifsicle alpine-sdk automake libtool make gcc musl-dev nasm \
+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 \