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.arm | |
| 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.arm')
| -rw-r--r-- | Dockerfile.arm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm index c2dcf9b49..434280855 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -11,7 +11,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 |
