diff options
| author | Fernando Fernández <ferferga@hotmail.com> | 2021-04-06 17:33:51 +0200 |
|---|---|---|
| committer | Fernando Fernández <ferferga@hotmail.com> | 2021-04-06 17:37:50 +0200 |
| commit | 8d6713af65e730c4508cea241439db315217ee8d (patch) | |
| tree | 85f83c24792b5afc44c1fbc41d9d2e2aed667244 /Dockerfile.arm | |
| parent | ba958c70d5359183660f94542954585bb6f67d9f (diff) | |
Use npm ci instead of npm i
Diffstat (limited to 'Dockerfile.arm')
| -rw-r--r-- | Dockerfile.arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm index 1829982f5..d63dbee75 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -10,7 +10,7 @@ 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 python \ && curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \ && cd jellyfin-web-* \ - && npm i \ + && npm ci --no-audit \ && mv dist /dist |
