diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-03-21 16:39:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-21 16:39:15 +0900 |
| commit | 84c23d6232739aa65e5df57922dedaececc6a525 (patch) | |
| tree | 8394dcc80faaa08841b7ccfb4a3c6ac21f8ca7b4 /Dockerfile | |
| parent | ba4c5e7f0478b1c3b911d34134bb79c6af66e20e (diff) | |
| parent | 589958d13f53d6a7153b177d633f173859f1c24d (diff) | |
Merge pull request #2631 from mark-monteiro/fix-client-build-scripts
Fix Client Build Scripts
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 9c81462e7..01b3dd1c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ RUN apk add curl git zlib zlib-dev autoconf g++ make libpng-dev gifsicle alpine- && 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 FROM mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION}-buster as builder |
