diff options
| author | artiume <siderite@gmail.com> | 2020-03-15 19:09:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-15 19:09:35 -0400 |
| commit | d7faea073191b5fe9b924cb248b2120b48ffaf2e (patch) | |
| tree | 8d298cc54fe99d90775f5c5ed6cf2b7adbc5a45b | |
| parent | 7d14bdd6ff09bbd6d67502a6e8160babafe64812 (diff) | |
Update Dockerfile.arm64
| -rw-r--r-- | Dockerfile.arm64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 9dc6fa7ed..459a4fbe4 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -7,7 +7,7 @@ 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 \ |
